From de32f37c97c8b6a86e801db99b051226de8b1e44 Mon Sep 17 00:00:00 2001 From: Dmitriy Gorshenin Date: Mon, 9 Dec 2024 23:04:56 +0300 Subject: [PATCH] add furefox support --- izipus/manifest.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 izipus/manifest.json diff --git a/izipus/manifest.json b/izipus/manifest.json new file mode 100644 index 0000000..b27f38e --- /dev/null +++ b/izipus/manifest.json @@ -0,0 +1,29 @@ +{ + "name": "Izipus", + "version": "0.3.0", + "manifest_version": 3, + "description": "Lzipus - assists your workflow by simplifying interactions.", + "homepage_url": "https://git.gorshenin.info/Dgors03/Answer_Templates", + "icons": { + "16": "icons/icon16.png", + "48": "icons/icon48.png", + "128": "icons/icon128.png" + }, + "action": { + "default_icon": "icons/icon16.png", + "default_title": "Izipus - Quick Actions", + "default_popup": "src/popup.html" + }, + "permissions": [ + "clipboardRead", + "clipboardWrite", + "contextMenus", + "storage", + "cookies" + ], + "browser_specific_settings": { + "gecko": { + "id": "dmitriy.gorshenin@gmail.com" + } + } +}