Delete manifest.json

master
Giteadmin 2023-09-10 18:11:34 +02:00
parent 57806804ee
commit 271bd06a28
1 changed files with 0 additions and 25 deletions

View File

@ -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"
}
}
}