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": "Gmail Unlimited - Auto Expander",
"version": "1.0.0",
"description": "Automatically expand clipped Gmail messages. Never click 'View entire message' again.",
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/mail.google.com\/*"
],
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_title": "Gmail Unlimited Settings",
"default_popup": "index.html"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-DV23mOgR.js"
],
"matches": [
"https:\/\/mail.google.com\/*"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"resources": [
"assets\/*",
"assets\/storage-cu799Opq.js",
"assets\/index-BGtVQ6Kq.js",
"assets\/index.tsx-DKDWCa-q.js"
],
"use_dynamic_url": false
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.vercel.app\/*",
"http:\/\/localhost:*\/*"
]
}
}