Plugin-Chrome-MantisHelper/MantisHelperPlugin/manifest.json

12 lines
279 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"
}