Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "US Visa Auto Rescheduler", "version": "5.25.7.2", "description": "This extension reschedules US Visa application appointment to an earlier date automatically - AIS Visa Slots", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "activeTab", "notifications", "declarativeContent", "downloads" ], "background": { "service_worker": "\/js\/background.js" }, "host_permissions": [ "https:\/\/ais.usvisa-info.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/ais.usvisa-info.com\/*" ] }, "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/ais.usvisa-info.com\/*" ], "js": [ "\/js\/fetchdates.js", "\/js\/sweetalert.js", "popup.js" ], "css": [ "\/css\/sweetalert.css", "popup.css" ] } ], "incognito": "spanning" }