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",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "gmail_not_logged_in.png"
},
"default_locale": "en",
"description": "__MSG_gmailcheck_description__",
"icons": {
"128": "icon_128.png"
},
"name": "__MSG_gmailcheck_name__",
"permissions": [
"storage",
"alarms",
"tabs",
"webNavigation"
],
"host_permissions": [
"*:\/\/*.google.com\/"
],
"version": "4.4.4",
"manifest_version": 3,
"minimum_chrome_version": "116"
}