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": "CGI US Visa Appointment Auto Rescheduler", "version": "2.25.8.16", "description": "Reschedule US Visa to an earlier date for India, Pakistan, UAE, Bangladesh, Turkey, Algeria etc.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "activeTab", "downloads" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.usvisascheduling.com\/*", "https:\/\/2captcha.com\/*", "https:\/\/atlasauth.b2clogin.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/atlasauth.b2clogin.com\/*" ] }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.usvisascheduling.com\/en-US\/*", "https:\/\/atlasauth.b2clogin.com\/*" ], "js": [ "content.js", "sweetalert.js", "securityQuestions.js", "schedulingPage.js" ], "css": [ "\/css\/sweetalert.css", "popup.css" ] }, { "matches": [ "*:\/\/*.usvisascheduling.com\/*" ], "js": [ "sweetalert.js", "securityQuestions.js", "schedulingPage.js" ], "css": [ "\/css\/sweetalert.css", "popup.css" ] } ], "incognito": "spanning" }