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": "Visa Warden",
"version": "1.1.16",
"description": "TLSContact automatic appointment booker",
"icons": {
"48": "resources\/favicon.png"
},
"action": {
"default_icon": "resources\/favicon.png",
"default_title": "Visa Warden",
"default_popup": "resources\/login.html"
},
"permissions": [
"cookies",
"webRequest",
"notifications",
"declarativeNetRequest",
"storage",
"tabs"
],
"host_permissions": [
"https:\/\/visawarden.com\/*",
"*:\/\/*.tlscontact.com\/*"
],
"background": {
"service_worker": "resources\/vwb.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.tlscontact.com\/*",
"https:\/\/visaonweb.diplomatie.be\/*"
],
"js": [
"vwarden.js"
]
}
]
}