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": "301",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-34.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"action": {
"default_title": "Click to open panel"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-B1da7lyk.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
},
{
"js": [
"assets\/emotionCrutch.ts-loader-Csetg4bA.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
},
{
"js": [
"assets\/index.ts-loader-CLkkXpSw.js"
],
"matches": [
"https:\/\/mail.google.com\/**"
],
"run_at": "document_start",
"css": [
"assets\/AppThemeProvider-DJW1FeYz.css",
"assets\/index-Bp4qFjyL.css"
]
}
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/logo-16.png",
"img\/logo-34.png",
"img\/logo-48.png",
"img\/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"theme-dark.json",
"theme-light.json",
"icons\/logo.svg",
"assets\/chunk-uFFr80Mv.js",
"assets\/chunk-CdqLQDTf.js",
"assets\/chunk-CByoODgS.js",
"assets\/chunk-DnD3hwlc.js",
"assets\/chunk-C6Yysnzz.js",
"assets\/chunk-GND33kg0.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"resources": [
"assets\/chunk-Btex5i6k.js",
"assets\/chunk-uFFr80Mv.js",
"assets\/chunk-CdqLQDTf.js",
"assets\/chunk-CByoODgS.js",
"assets\/chunk-DNFoCdX3.js"
],
"use_dynamic_url": false
}
],
"permissions": [
"scripting",
"storage",
"sidePanel"
],
"host_permissions": [
"<all_urls>"
]
}