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": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "0.1.3",
"short_name": "VibeCheck Track",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"default_locale": "en",
"homepage_url": "https:\/\/vibecheck-qa.com",
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';"
},
"web_accessible_resources": [
{
"resources": [
"injected.js",
"notifications.js",
"\/content-scripts\/content.css"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"content-scripts\/content.css"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"storage",
"tabCapture",
"offscreen",
"unlimitedStorage",
"webNavigation",
"webRequest",
"debugger",
"scripting",
"tabs",
"identity"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "VibeCheck",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content-scripts\/content.js"
]
}
]
}