27 lines
545 B
JSON
27 lines
545 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "ClearURLs",
|
|
"version": "0.4",
|
|
"author": "Kevin R., Arne S.",
|
|
"description": "Remove tracking elements form URLs. ",
|
|
"homepage_url": "https://github.com/KevinRoebert/ClearUrls",
|
|
"icons": {
|
|
"32": "icon32.png",
|
|
"48": "icon48.png",
|
|
"64": "icon64.png",
|
|
"96": "icon96.png"
|
|
},
|
|
"permissions": [
|
|
"*://*/*",
|
|
"webRequest",
|
|
"webRequestBlocking"
|
|
],
|
|
"background": {
|
|
"scripts": ["clearurls.js"]
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["<all_urls>"]
|
|
}
|
|
]
|
|
} |