Mail Control

Mail Control

Open source toolbar control for Offline and Desktop Google Mail™. Launcher, mail search, mail checker and more...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mail Control",
  "version": "3.0.2",
  "manifest_version": 2,
  "description": "Open source toolbar control for Offline and Desktop Google Mail™. Launcher, mail search, mail checker and more...",
  "icons": {
    "16": "img/micon_16.png",
    "48": "img/micon_48.png",
    "128": "img/micon_128.png"
  },
  "browser_action": {
    "default_icon": "img/micon_19_login.png",
    "default_title": "Mail Control",
    "default_popup": "index.html?popup"
  },
  "background": {
    "page": "index.html?background"
  },
  "options_page": "index.html?options",
  "web_accessible_resources": [
    "img/*.png",
    "fonts/*.*",
    "css/*.css",
    "sounds/*.ogg"
  ],
  "permissions": [
    "notifications",
    "alarms",
    "tabs",
    "webNavigation",
    "*://*.google.com/"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}