Google Services Launcher

Google Services Launcher

An extension that will allow the quick and easy launching of Google services, the same as the launcher in Gmail

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Google Services Launcher",
  "version": "0.0.2",
  "browser_action": {
    "default_icon": "img/launcher-icon.png",
    "default_popup": "index.html"
  },
  "background": {
    "page": "index.html"
  },
  "description": "An extension that will allow the quick and easy launching of Google services, the same as the launcher in Gmail",
  "author": "Luke Denton <[email protected]>"
}