diff --git a/icon19.png b/icon19.png new file mode 100644 index 0000000..ca8ea77 Binary files /dev/null and b/icon19.png differ diff --git a/icon38.png b/icon38.png new file mode 100644 index 0000000..bada7c5 Binary files /dev/null and b/icon38.png differ diff --git a/manifest.json b/manifest.json index 6c37186..24958db 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,15 @@ "64": "icon64.png", "96": "icon96.png" }, - "default_popup": "popup.html", + "page_action": { + "browser_style": true, + "default_icon": { + "19": "icon19.png", + "38": "icon38.png" + }, + "default_title": "ClearURLs Add-on", + "default_popup": "popup.html" + }, "permissions": [ "*://*/*", "webRequest", diff --git a/popup.html b/popup.html new file mode 100644 index 0000000..7b72f74 --- /dev/null +++ b/popup.html @@ -0,0 +1,45 @@ + + +
+