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.
piwik-checker/manifest.json
2017-07-06 14:35:58 +02:00

19 lines
327 B
JSON

{
"manifest_version": 2,
"name": "Piwik Checker",
"description": "Description",
"version": "0.1",
"devtools_page": "devtools.html",
"permissions": [
"webRequest",
"webRequestBlocking",
"tabs",
"http://*/*",
"https://*/*"
],
"background": {
"scripts": [
"background.js"
]
}
}