Share Visa Slots availability
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"action": {
"default_icon": {
"32": "img/32.png"
}
},
"background": {
"service_worker": "js/sworker.js"
},
"content_scripts": [
{
"js": [
"js/content.js"
],
"matches": [
"https://cgifederal.secure.force.com/scheduleappointment",
"https://cgifederal.secure.force.com/*pplicant*ome"
],
"run_at": "document_end"
},
{
"css": [
"css/content.css"
],
"js": [
"js/content2.js"
],
"matches": [
"https://cgifederal.secure.force.com/"
],
"run_at": "document_end"
}
],
"description": "Share Visa Slots availability",
"externally_connectable": {
"matches": [
"https://127.0.0.1/*",
"https://slotbot.in/*"
]
},
"homepage_url": "https://slotbot.in/",
"icons": {
"24": "img/24.png",
"32": "img/32.png",
"64": "img/64.png",
"128": "img/128.png",
"256": "img/256.png"
},
"manifest_version": 3,
"name": "Slotbot.in",
"options_page": "popup.html",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "1.0",
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"popup.html"
]
}
]
}