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",
"name": "__MSG_appName__",
"description": "__MSG_shortDesc__",
"version": "2.0.2",
"default_locale": "en",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"48": "img\/logo-48.png",
"64": "img\/logo-64.png",
"96": "img\/logo-96.png",
"128": "img\/logo-128.png"
},
"action": {
"default_icon": "img\/logo-48.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-CDTlUtFZ.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
},
{
"js": [
"assets\/content-script.ts-loader-CAOhH8Ic.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/logo-16.png",
"img\/logo-48.png",
"img\/logo-64.png",
"img\/logo-96.png",
"img\/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"icons\/logo.svg",
"assets\/chunk-fOq2KWPB.js",
"assets\/chunk-D7ZIFiPg.js",
"assets\/chunk-C1UR9HQ_.js"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/chunk-M4t50Mgn.js"
],
"use_dynamic_url": false
}
],
"permissions": [
"activeTab",
"tabs",
"storage",
"scripting",
"sidePanel"
],
"host_permissions": [
"https:\/\/localhost:3000\/*",
"https:\/\/api2.amplitude.com\/*",
"<all_urls>"
]
}