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": "USVisaBox",
"version": "1.0.1",
"description": "Crowdsourced Visa Slot Availability",
"permissions": [
"storage",
"scripting",
"activeTab",
"identity"
],
"icons": {
"64": "images\/64.png",
"128": "images\/128.png",
"256": "images\/256.png",
"512": "images\/512.png",
"1024": "images\/1024.png"
},
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_title": "USVisaBox",
"default_popup": "popup\/index.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/usvisabox.com\/*"
],
"js": [
"scripts\/appointment-history.js"
]
},
{
"matches": [
"https:\/\/www.usvisascheduling.com\/*"
],
"js": [
"scripts\/config.js",
"scripts\/security.js",
"scripts\/content.js"
]
}
],
"host_permissions": [
"https:\/\/www.usvisascheduling.com\/*",
"https:\/\/usvisabox.com\/*"
],
"optional_host_permissions": [
"https:\/\/atlasauth.b2clogin.com\/*"
],
"oauth2": {
"client_id": "458819794898-8tnc5rlk7hoa60rfa617bnqsafdmmet3.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email"
]
},
"externally_connectable": {
"matches": [
"https:\/\/usvisabox.com\/*"
]
}
}