From 949106ce50a1f901fbd5f393fc5e9506d5cddddd Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Wed, 22 Aug 2018 16:51:01 +0300 Subject: [PATCH] Add icon --- icons/postify-32.png | Bin 0 -> 708 bytes manifest.json | 19 +++++++++++-------- 2 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 icons/postify-32.png diff --git a/icons/postify-32.png b/icons/postify-32.png new file mode 100644 index 0000000000000000000000000000000000000000..dea893e9472198b9c04300d3de42d5d9ef059e91 GIT binary patch literal 708 zcmV;#0z3VQP)@K@L5Rf7kHP$aS0ygI7hG;cX1BQ zH4x9idECY#*-J2m(Pp8l<>4!~3+MK_P#>m48*aqs9r#wIZzq&<)QzM%AHzK?sWRX) zJiw7udtLCLjRQCoeaYpcU)cFQ1q6(ee+&}=8zb4K)U1}{QJlcil&>#-la${)0heHJ z6#<)te2`bi7oa`Iw^3M@zA6F+l0mXE)u%|lCWoL1dZUQ(jPXloZ;Bm9C% literal 0 HcmV?d00001 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