manifest.json and pics
This commit is contained in:
parent
035d224ad8
commit
3f8ab2b9d6
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.6 KiB |
BIN
icons/32x32.png
BIN
icons/32x32.png
Binary file not shown.
Before Width: | Height: | Size: 684 B |
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
BIN
icons/64x64.png
BIN
icons/64x64.png
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
|
@ -1,39 +1,21 @@
|
|||
{
|
||||
|
||||
"manifest_version": 2,
|
||||
"name": "ClearUrls",
|
||||
"version": "1.0.5.5",
|
||||
"version": "0.4",
|
||||
"author": "Kevin R., Arne S.",
|
||||
|
||||
"description": "Remove tracking elements form urls.",
|
||||
|
||||
"icons": {
|
||||
"32": "icons/32x32.png",
|
||||
"64": "icons/64x64.png",
|
||||
"128": "icons/128x128.png",
|
||||
"256": "icons/256x256.png",
|
||||
"512": "icons/512x512.png"
|
||||
},
|
||||
|
||||
"permissions": [
|
||||
"*://*/*",
|
||||
"webRequest",
|
||||
"<all_urls>",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
|
||||
"background": {
|
||||
"scripts": ["clearurls.js"]
|
||||
},
|
||||
|
||||
"incognito": "spanning",
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"js": [
|
||||
"default.js"
|
||||
]
|
||||
"js": ["default.js"]
|
||||
}
|
||||
]
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user