Quick Look Inbox for Gmail

Get notifications and quick look your new Gmail messages.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "0.0.23",
  "author": "Guokai Han",
  "manifest_version": 3,
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "identity",
    "storage",
    "unlimitedStorage",
    "alarms",
    "background",
    "tts",
    "idle",
    "notifications"
  ],
  "optional_permissions": [
    "tabs"
  ],
  "icons": {
    "16": "icon/16-red.png",
    "48": "icon/48-red.png",
    "128": "icon/128-red.png"
  },
  "background": {
    "service_worker": "sw.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+G"
      }
    }
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsWGswYzxf60nImfqv534omBegSiDNHcBJRZTbIxsxkqH2tA5A+06jjBoDpRVq1U3AM+UsCBqA34sq99mHBAL0fy9Z5LlnsHCC9rF1/ejpCBnDBdvgOSk4xbutJiV47Jh65uTdQkWxkcr7Re/OqfXto3HT+YHsnI8mNjHcRmKVyHjhAmAx7Ji4PYwvzJO26w8HjkFUywzw0PI7UIHIyFY7gN+gZZliJbuANMnGWqW4w9S50PH6EzrVPUCbcP2mq748YJnbUX1skHJs5vvsfBhp+5rs7Zsy0qWn9io0Ykle08/6/2dcOQoN1lbjLvcuOQ7fs7Zw/K5ozJ3gfd7WXra3QIDAQAB",
  "oauth2": {
    "client_id": "386576221148-cmdinqphelkm3kkel6rb29eq27hi0nnu.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/gmail.modify"
    ]
  }
}