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.9.5",
"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-2d725f7b.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
},
{
"js": [
"assets\/emotionCrutch.ts-loader-770b6763.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
},
{
"js": [
"assets\/index.ts-loader-19aa100f.js"
],
"matches": [
"https:\/\/mail.google.com\/**"
],
"run_at": "document_start",
"css": [
"assets\/AppThemeProvider-00b4d81a.css",
"assets\/index-8f3ecb5f.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-3fc82517.js",
"assets\/chunk-da107ef9.js",
"assets\/chunk-26303f2a.js",
"assets\/chunk-9a66aff4.js",
"assets\/chunk-86437e89.js",
"assets\/chunk-3a80e825.js"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"resources": [
"assets\/chunk-dfb2f2c2.js",
"assets\/chunk-3fc82517.js",
"assets\/chunk-da107ef9.js",
"assets\/chunk-26303f2a.js",
"assets\/chunk-7b406f6c.js"
],
"use_dynamic_url": false
}
],
"permissions": [
"scripting",
"storage",
"sidePanel"
],
"host_permissions": [
"<all_urls>"
]
}