accela_search/manifest.json

17 lines
No EOL
426 B
JSON

{
"manifest_version": 3,
"name": "Accela Alert",
"version": "1.0",
"description": "Alerts users when they navigate to an Accela website.",
"permissions": ["tabs", "scripting","activeTab", "declarativeContent"],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"host_permissions": [
"https://*.accela.com/*"
]
}