diff --git a/icons/postify-32.png b/icons/postify-32.png new file mode 100644 index 0000000..dea893e Binary files /dev/null and b/icons/postify-32.png differ diff --git a/manifest.json b/manifest.json index f279fef..b5d414c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,23 +1,26 @@ { - "manifest_version": 2, "name": "Postify", "version": "1.0", - "description": "Post current url to external web-server.", - "applications": { "gecko": { "id": "postify@mozilla.org", "strict_min_version": "45.0" } }, - "content_scripts": [ { - "matches": ["*://*.mozilla.org/*"], - "js": ["postify.js"] + "matches": [ + "*://*.mozilla.org/*" + ], + "js": [ + "postify.js" + ] } - ] - + ], + "browser_action": { + "default_icon": "icons/postify-32.png", + "default_title": "Beastify" + } } \ No newline at end of file