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": "Gmail\u2122 Notifier",
"description": "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.",
"permissions": [
"storage",
"notifications",
"alarms",
"https:\/\/mail.google.com\/"
],
"version": "0.0.6",
"homepage_url": "https:\/\/browsernative.com\/gmail-notifier\/",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"32": "32.png",
"48": "48.png",
"128": "128.png"
}
}