From ec159f33f4605a1e69f702996ac7174259482ff7 Mon Sep 17 00:00:00 2001 From: Dmitriy Gorshenin Date: Mon, 9 Dec 2024 23:47:11 +0300 Subject: [PATCH] rm --- izipus/manifest.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 izipus/manifest.json diff --git a/izipus/manifest.json b/izipus/manifest.json deleted file mode 100644 index d95358d..0000000 --- a/izipus/manifest.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "Izipus Lite", - "version": "0.3.1", - "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/icon48.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" - } - } -}