From e955b48277bc86a41744078c032f44eeb53e38e6 Mon Sep 17 00:00:00 2001 From: joak Date: Fri, 13 Jan 2017 15:18:08 +0100 Subject: new icon mirror --- 2015_locomotivebrowser/firefox/manifest.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 2015_locomotivebrowser/firefox/manifest.json (limited to '2015_locomotivebrowser/firefox/manifest.json') diff --git a/2015_locomotivebrowser/firefox/manifest.json b/2015_locomotivebrowser/firefox/manifest.json new file mode 100644 index 0000000..07cbaa3 --- /dev/null +++ b/2015_locomotivebrowser/firefox/manifest.json @@ -0,0 +1,28 @@ +{ + "manifest_version": 2, + + "name": "Locomotive", + "description": "This extension is a locomotive ride in your browser!", + "version": "1.0", + "author": "joak", + "permissions": ["activeTab"], + "browser_action": { + "default_icon": "icon.png", + "default_popup": "popup.html", + "default_title": "Flip horizontally page!", + "browser_style": false + }, + "icons": { + "48": "icon48.png", + "128":"icon.png" + }, + "content_scripts": [{ + "matches": [""], + "js": ["script.js", "jquery.js"] + }], + "web_accessible_resources": [ + "animationlocomotive.css", + "start.mp3", + "sound.mp3" + ] +} -- cgit v1.2.3