X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=manifest.json;fp=manifest.json;h=025f97005027cdc9fc824157d90de51d164d7340;hp=0000000000000000000000000000000000000000;hb=770b99eb23ca37c131fd5497cb5d1ce22bfb1b8d;hpb=65c1f737369448e2d2ec6adaf8df75c2f36a46b2 diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..025f970 --- /dev/null +++ b/manifest.json @@ -0,0 +1,28 @@ +{ + "applications": { + "gecko": { + "id": "{8fb11c5b-84eb-4da0-9128-292eacce2dcb}", + "strict_min_version": "42.0" + } + }, + "author": "Damyan Ivanov", + "manifest_version": 2, + "version": "2.0", + "name": "Debian buttons", + "description": "Query Debian-related pages using the text in the clipboard", + "homepage_url": "http://icedeb.ktnx.net/", + "icons": { + "48": "icons/icedeb-addon.png" + }, + "permissions": [ + "activeTab", "storage", "clipboardRead" + ], + "browser_action": { + "browser_style": true, + "default_icon": { + "48": "icons/openlogo-nd.svg" + }, + "default_title": "Query Debian pages", + "default_popup": "icedeb.html" + } +}