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": 2,
"name": "Newman",
"default_locale": "en",
"description": "__MSG_appDesc__",
"version": "13",
"background": {
"page": "background.html",
"persistent": false
},
"permissions": [
"*:\/\/mail.google.com\/",
"alarms",
"tabs",
"storage",
"webNavigation"
],
"icons": {
"48": "icon_48.webp",
"128": "icon_128.webp"
},
"browser_action": {
"default_icon": "icon_19-empty.webp"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}