notif-visa-ext/manifest.json
2024-08-01 15:53:22 -07:00

23 lines
691 B
JSON

{
"manifest_version": 3,
"name": "not-a-rescheduler",
"version": "0.0.10",
"permissions": [ "storage", "tabs", "activeTab", "notifications", "declarativeContent" ],
"content_scripts": [
{
"matches": ["https://ais.usvisa-info.com/*"],
"js": ["scripts/content.js", "scripts/lodash-core.min.js"]
}
],
"action": {
"default_popup": "popup/popup.html",
"default_icon": "images/icon_passport_48.png"
},
"icons": {
"16": "images/icon_passport_16.png",
"48": "images/icon_passport_48.png",
"128": "images/icon_passport_128.png",
"512": "images/icon_passport_512.png"
}
}