29 lines
880 B
JSON
29 lines
880 B
JSON
{
|
|
"action": {
|
|
"default_popup": "index.html"
|
|
},
|
|
"background": {
|
|
"service_worker": "/js/background.js"
|
|
},
|
|
"content_scripts": [ {
|
|
"css": [ "/css/sweetalert.css" ],
|
|
"js": [ "/js/rescheduler.js", "/js/sweetalert.js" ],
|
|
"matches": [ "https://ais.usvisa-info.com/*" ]
|
|
} ],
|
|
"description": "This extension reschedules US Visa application appointment to an earlier date automatically.",
|
|
"externally_connectable": {
|
|
"matches": [ "https://ais.usvisa-info.com/*" ]
|
|
},
|
|
"host_permissions": [ "https://ais.usvisa-info.com/*" ],
|
|
"icons": {
|
|
"128": "icon128.png",
|
|
"16": "icon16.png",
|
|
"48": "icon48.png"
|
|
},
|
|
"incognito": "spanning",
|
|
"manifest_version": 3,
|
|
"name": "not-a-rescheduler",
|
|
"permissions": [ "storage", "tabs", "activeTab", "notifications", "declarativeContent" ],
|
|
"version": "0.0.5"
|
|
}
|