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_appName__",
"version": "1.0.0",
"description": "__MSG_appDescription__",
"default_locale": "en",
"permissions": [
"activeTab",
"storage",
"tabs",
"sidePanel"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"action": {
"default_icon": {
"16": "public\/icons\/icon16.png",
"48": "public\/icons\/icon48.png",
"128": "public\/icons\/icon128.png"
},
"default_title": "DataBridge"
},
"side_panel": {
"default_path": "src\/sidepanel\/index.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-B4dUF1HO.js"
],
"matches": [
"<all_urls>"
],
"all_frames": true,
"css": [
"assets\/index-CTSfVqAk.css"
]
}
],
"icons": {
"16": "public\/icons\/icon16.png",
"48": "public\/icons\/icon48.png",
"128": "public\/icons\/icon128.png"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/constants-CZWX6D1r.js",
"assets\/index.ts-DapdAZyb.js"
],
"use_dynamic_url": false
}
]
}