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",
"homepage_url": "https:\/\/app.passwordboss.com\/",
"name": "__MSG_appName__",
"author": "CyberFOX",
"version": "6.2.490",
"description": "__MSG_appDescription__",
"externally_connectable": {
"matches": [
"https:\/\/passwordboss.com\/*",
"https:\/\/*.passwordboss.com\/*",
"https:\/\/app.passwordboss.com\/*"
]
},
"default_locale": "en",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"128": "icons\/icon-128-grey.png"
},
"default_title": "__MSG_appName__"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"webNavigation",
"contextMenus",
"unlimitedStorage",
"offscreen",
"clipboardWrite"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"icons": {
"128": "icons\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"exclude_matches": [
"*:\/\/*.adtrafficquality.google\/sodar\/*",
"*:\/\/*.amazon-adsystem.com\/*",
"*:\/\/*.doubleclick.net\/*",
"*:\/\/*.googlesyndication.com\/sodar\/*",
"*:\/\/*.openx.net\/w\/*",
"*:\/\/*.pubmatic.com\/AdServer\/*",
"*:\/\/*.safeframe.googlesyndication.com\/safeframe\/*",
"*:\/\/*.taboola.com\/st\/*",
"*:\/\/acdn.adnxs.com\/dmp\/async_usersync*",
"*:\/\/cdn.taboola.com\/libtrc\/*",
"*:\/\/cdn.taboola.com\/scripts\/*",
"*:\/\/challenges.cloudflare.com\/*",
"*:\/\/platform.twitter.com\/widgets\/*",
"*:\/\/plusone.google.com\/_\/+1\/*",
"*:\/\/s.yimg.com\/jk\/gtm\/*",
"*:\/\/ssp-sync.criteo.com\/user-sync\/*",
"*:\/\/tpc.googlesyndication.com\/safeframe\/*",
"*:\/\/www.facebook.com\/plugins\/*",
"*:\/\/contextual.media.net\/checksync*",
"*:\/\/ads.yieldmo.com\/pbcas"
],
"js": [
"vendors\/jquery-4.0.0.min.js",
"vendors\/jquery.livequery.min.js",
"content.js"
],
"match_about_blank": true,
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"https:\/\/*\/*"
],
"exclude_matches": [
"*:\/\/challenges.cloudflare.com\/*",
"*:\/\/platform.twitter.com\/widgets\/*",
"*:\/\/plusone.google.com\/_\/+1\/*",
"*:\/\/www.facebook.com\/plugins\/*"
],
"js": [
"page-script.js"
],
"match_about_blank": true,
"run_at": "document_start",
"all_frames": true,
"world": "MAIN"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' data: https:\/\/sentry.passwordboss.com;"
},
"web_accessible_resources": [
{
"resources": [
"ui\/*",
"page-script.js"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
]
}