1
0
Fork 0

replaced manifest

This commit is contained in:
Lukas Winkler 2017-08-25 19:44:16 +02:00
parent 7aa5ab0e4d
commit e2fb5be7e6

View file

@ -4,22 +4,23 @@
"short_name": "piwik-injector",
"version": "3.0.0",
"author": "Lukas Winkler, xcv58, hromadadan",
"description": "Run custom JavaScript on any website.",
"description": "__MSG_extention_description__",
"icons": {
"128": "img/icon_128.png"
},
"content_scripts": [ {
"js": [ "lib/api.js" ],
"matches": [ "all_urls>" ]
"matches": [ "<all_urls>" ]
}, {
"all_frames": true,
"js": [ "lib/run.js" ],
"matches": [ "all_urls>" ]
"matches": [ "<all_urls>" ]
} ],
"browser_action": {
"default_icon": "img/icon.png",
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"permissions": [ "storage", "http://*/", "https://*/", "tabs" ]
"permissions": [ "storage", "http://*/", "https://*/", "tabs" ],
"default_locale": "en"
}