Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"short_name": "Trimbox",
"version": "3.0.6",
"icons": {
"16": "images\/trimbox-icon-16.png",
"48": "images\/trimbox-icon-48.png",
"128": "images\/trimbox-icon-128.png"
},
"action": {
"default_popup": "html\/popup.html",
"default_icon": {
"16": "images\/trimbox-icon-16.png",
"24": "images\/trimbox-icon-24.png",
"32": "images\/trimbox-icon-32.png"
}
},
"permissions": [
"identity",
"storage"
],
"optional_host_permissions": [
"https:\/\/*\/",
"http:\/\/*\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"app\/content\/lib\/jquery.min.js",
"app\/content\/lib\/jquery.scrollintoview.min.js",
"app\/content\/lib\/anno.js",
"app\/content\/lib\/tippy.all.min.js",
"app\/content\/main.js"
],
"css": [
"css\/prompt.css",
"css\/toasted.min.css",
"css\/toast.css",
"css\/threads.css",
"css\/tooltip.css",
"css\/banner.css",
"css\/anno.css",
"css\/reply.css"
]
}
],
"background": {
"service_worker": "app\/background\/main.mjs",
"type": "module"
},
"externally_connectable": {
"matches": [
"https:\/\/mail.google.com\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"images\/*.png",
"images\/*.svg",
"images\/*.gif"
],
"matches": [
"https:\/\/mail.google.com\/*"
],
"use_dynamic_url": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}