Plugin-FireFox-MantisHelper/MantisHelperPlugin/manifest.json

26 lines
603 B
JSON

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