diff options
author | id_ed25519_bbb.git <joak@nospace.at> | 2016-12-19 20:04:05 +0100 |
---|---|---|
committer | id_ed25519_bbb.git <joak@nospace.at> | 2016-12-19 20:04:05 +0100 |
commit | 26b134161719ca19c5174c9f6524a13280684155 (patch) | |
tree | 98883302b9e5229cb76a673e18ab8d0385679fd2 /2016_mirror_browser/firefox/manifest.json | |
parent | 3c08a384d5471bca3e414091aeef9afcfb9ba668 (diff) |
update
Diffstat (limited to '2016_mirror_browser/firefox/manifest.json')
-rw-r--r-- | 2016_mirror_browser/firefox/manifest.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/2016_mirror_browser/firefox/manifest.json b/2016_mirror_browser/firefox/manifest.json new file mode 100644 index 0000000..a7212bf --- /dev/null +++ b/2016_mirror_browser/firefox/manifest.json @@ -0,0 +1,20 @@ +{ + "manifest_version": 2, + + "name": "Mirror", + "description": "This mirror flips your online activity!", + "version": "1.0", + "author": "joak", + "permissions": ["activeTab", "tabs"], + "browser_action": { + "default_icon": "icon.png", + "default_popup": "popup.html", + "default_title": "Flip horizontally page!", + "browser_style": false + }, + "icons": { + "16": "icon-16.png", + "32": "icon-32.png", + "64": "icon-64.png" + } +} |