App Launcher for Inbox by Gmail App

App Launcher for Inbox by Gmail App

Access your email via Gmail Inbox directly with this app

Merlin
Additional files are visible only to premium users

manifest.json


{
  "app": {
    "background": {
      "scripts": [
        "main.js"
      ]
    }
  },
  "author": "Akmal Razali",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "36.0",
  "name": "App Launcher for Inbox by Gmail App",
  "permissions": [
    "audio",
    "audioCapture",
    "notifications",
    "videoCapture",
    "webview",
    "storage",
    "notifications"
  ],
  "short_name": "Inbox",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1"
}