Version 1.3.0.0

Fresh look, fresh code.
Special thanks @perdolka for the porting from png to svg
This commit is contained in:
Kevin Röbert
2018-06-16 23:55:57 +02:00
parent 94cbca0bba
commit 1dbea6542f
16 changed files with 132 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "ClearURLs",
"version": "1.2.2.22",
"version": "1.3.0.0",
"author": "Kevin R.",
"description": "Remove tracking elements form URLs.",
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
@@ -12,16 +12,16 @@
}
},
"icons": {
"32": "img/icon32.png",
"48": "img/icon48.png",
"64": "img/icon64.png",
"96": "img/icon96.png"
"32": "img/clearurls.svg",
"48": "img/clearurls.svg",
"64": "img/clearurls.svg",
"96": "img/clearurls.svg"
},
"browser_action": {
"browser_style": true,
"default_icon": {
"19": "img/icon19.png",
"38": "img/icon38.png"
"19": "img/clearurls.svg",
"38": "img/clearurls.svg"
},
"default_title": "ClearURLs Add-on",
"default_popup": "html/popup.html"