From 271bd06a28594376cd25f87514034ac8e68ac9b2 Mon Sep 17 00:00:00 2001 From: Giteadmin Date: Sun, 10 Sep 2023 18:11:34 +0200 Subject: [PATCH] Delete manifest.json --- manifest.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 manifest.json diff --git a/manifest.json b/manifest.json deleted file mode 100644 index f3a1ee6..0000000 --- a/manifest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "manifest_version": 2, - "name": "Mantis Helper", - "version": "1.0.0.0", - "permissions": ["contextMenus", "storage"], - "background": { - "scripts": ["background.js"] - }, - "description": "Select a number on a website and open it in Mantis from the context menu", - "options_ui": { - "page": "options.html", - "open_in_tab": true - }, - "icons": { - "16": "icon-16.png", - "48": "icon-48.png", - "128": "icon-128.png" - }, - "browser_specific_settings": { - "gecko": { - "id": "mantis-helper@example.com", - "strict_min_version": "57.0" - } - } -}