2017-08-04 00:43:36 +00:00
|
|
|
{
|
2018-05-22 16:40:05 +00:00
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "ClearURLs",
|
2018-06-15 19:18:28 +00:00
|
|
|
"version": "1.2.2.19",
|
2018-05-22 16:40:05 +00:00
|
|
|
"author": "Kevin R.",
|
|
|
|
"description": "Remove tracking elements form URLs.",
|
2018-06-06 16:42:59 +00:00
|
|
|
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
|
2018-05-22 16:40:05 +00:00
|
|
|
"default_locale": "en",
|
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "{74145f27-f039-47ce-a470-a662b129930a}"
|
|
|
|
}
|
2017-08-04 13:55:52 +00:00
|
|
|
},
|
2018-05-22 16:40:05 +00:00
|
|
|
"icons": {
|
|
|
|
"32": "img/icon32.png",
|
|
|
|
"48": "img/icon48.png",
|
|
|
|
"64": "img/icon64.png",
|
|
|
|
"96": "img/icon96.png"
|
|
|
|
},
|
|
|
|
"browser_action": {
|
|
|
|
"browser_style": true,
|
|
|
|
"default_icon": {
|
|
|
|
"19": "img/icon19.png",
|
|
|
|
"38": "img/icon38.png"
|
|
|
|
},
|
|
|
|
"default_title": "ClearURLs Add-on",
|
|
|
|
"default_popup": "html/popup.html"
|
|
|
|
},
|
|
|
|
"permissions": [
|
|
|
|
"*://*/*",
|
|
|
|
"webRequest",
|
|
|
|
"webRequestBlocking",
|
|
|
|
"storage",
|
|
|
|
"tabs"
|
|
|
|
],
|
|
|
|
"background": {
|
|
|
|
"scripts": [
|
|
|
|
"external_js/jquery-3.2.1.min.js",
|
|
|
|
"external_js/sha256.jquery.js",
|
|
|
|
"clearurls.js"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": ["<all_urls>"]
|
|
|
|
}
|
2017-08-04 13:36:54 +00:00
|
|
|
]
|
2017-09-13 21:35:40 +00:00
|
|
|
}
|