Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "2.3.4",
"homepage_url": "https:\/\/www.urban-vpn.com\/",
"manifest_version": 3,
"action": {
"default_icon": "public\/sprites\/icon-16.png",
"default_title": "Urban Safe Browsing",
"default_popup": "popup\/index.html"
},
"content_scripts": [
{
"all_frames": false,
"match_about_blank": true,
"js": [
"content\/safecheck-notification\/index.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"icons": {
"16": "public\/sprites\/icon-16.png",
"48": "public\/sprites\/icon-48.png",
"128": "public\/sprites\/icon-128.png"
},
"permissions": [
"scripting",
"tabs",
"webRequest",
"webNavigation",
"storage",
"alarms"
],
"host_permissions": [
"<all_urls>",
"https:\/\/*.bugsnag.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"\/content\/safecheck-notification\/index.html"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "service-worker\/index.js"
},
"minimum_chrome_version": "110.0"
}