1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
matomo-injector/manifest.json
2017-08-27 20:37:49 +02:00

39 lines
743 B
JSON

{
"manifest_version": 2,
"name": "__MSG_extention_name__",
"short_name": "piwik-injector",
"version": "3.0.0",
"author": "Lukas Winkler, xcv58, hromadadan",
"description": "__MSG_extention_description__",
"icons": {
"128": "img/icon256.png"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"js/run.js"
],
"matches": [
"<all_urls>"
]
}
],
"browser_action": {
"default_icon": "img/icon256.png",
"default_popup": "popup.html"
},
"permissions": [
"storage",
"http://*/",
"https://*/",
"tabs"
],
"default_locale": "en",
"applications": {
"gecko": {
"id": "tempid@lw1.at",
"strict_min_version": "42.0"
}
}
}