{ "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", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsIn4xRBsl8ik2ZPu9CQmUMhsVacmq8nYYCA64kVhShKZU8V/6AeaYzJ5eHdR1yY6qoYVWwYYV8HDs7FXim5Smku+QzouR3vdFpk4kmzw0xiieoBhLKSmHa7KHarpgEMHilDudo6RPWzCs/0KLdg8QIoCrQIh8t2SYNCV/t/Hb0m+wf2xzTz1H/OFdjVtQotYJZ/+S74S4KinW4XpY6TFhsPOW7lDBGxHUB3+uk1TnAd9442aRc2EtafX//cEAZ3fdiTIdrlrr0lAzY6GKgxmueVOiR4aMxUFpCTeFrcbC5EqSbDpoyMM2TMdelxwp3LWr+BlnIJsh2xqjP4YdjNSpQIDAQAB", "manifest_version": 3, "name": "AIS Visa Auto Rescheduler", "permissions": [ "storage", "tabs", "activeTab", "notifications", "declarativeContent" ], "update_url": "https://clients2.google.com/service/update2/crx", "version": "2.4.1.2" }