Plugin-Chrome-MantisHelper/MantisHelperPlugin/manifest.json

17 lines
380 B
JSON

{
"manifest_version": 3,
"name": "Open in Mantis",
"version": "1.0",
"permissions": ["contextMenus", "storage"],
"background": {
"service_worker": "background.js"
},
"description": "Open selected number in Mantis",
"options_page": "options.html",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
}