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": "VisaSlots.info", "version": "0.6.0", "description": "Crowdsourced Visa Slot Availability", "permissions": [ "storage", "scripting", "activeTab" ], "icons": { "128": "images\/icon-128.png" }, "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "VisaSlots.info", "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "https:\/\/visaslots.info\/*" ], "js": [ "scripts\/history.js" ] }, { "matches": [ "https:\/\/www.usvisascheduling.com\/*" ], "js": [ "scripts\/content.js" ] } ], "host_permissions": [ "https:\/\/www.usvisascheduling.com\/*" ] }