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": "__MSG_extensionName__",
"version": "1.5",
"description": "__MSG_extensionDescription__",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/mail.google.com\/*"
],
"action": {
"default_popup": "popup\/popup.html",
"default_title": "__MSG_extensionName__",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"content\/inject.js"
],
"css": [
"content\/inject.css"
],
"run_at": "document_idle"
}
],
"commands": {
"open-picker": {
"description": "Open template picker"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "default-src 'self';"
},
"homepage_url": "https:\/\/templates-for-gmail.pdfwork.com",
"background": {
"service_worker": "js\/background\/service-worker.js"
},
"default_locale": "en"
}