Mail Bell

Mail Bell

Minimalist email notifier. Simple, sharp and sweet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_ext_name__",
  "version": "1.1.1.1",
  "description": "__MSG_ext_desc__",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "assets/bell/16.png",
    "24": "assets/bell/24.png",
    "32": "assets/bell/32.png",
    "48": "assets/bell/48.png",
    "64": "assets/bell/64.png",
    "96": "assets/bell/96.png",
    "128": "assets/bell/128.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com/; object-src 'self'",
  "permissions": [
    "alarms",
    "storage",
    "https://mail.google.com/mail/u/*",
    "https://mail-bell.coverli.com/auth.html"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "browser_action": {
    "default_title": "__MSG_ext_name__"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}