GLaunch - Panel

GLaunch - Panel

GLaunch is a Chrome App that provides a popup panel linking to various Google services - Chrome App.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GLaunch - Panel",
  "short_name": "GLaunchPan",
  "version": "1.2.2",
  "description": "GLaunch is a Chrome App that provides a popup panel linking to various Google services - Chrome App.",
  "author": "Werbu",
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "icons": {
    "16": "cogton128.png",
    "48": "cogton128.png",
    "128": "cogton128.png"
  },
  "manifest_version": 2
}