Shortcuts for Google products

Shortcuts for Google products

Switch between Google products

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shortcuts for Google products",
  "version": "0.1.5",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": "icons/icon16b2.png",
    "default_title": "__MSG_default_title__",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icons/icon16b2.png",
    "48": "icons/project_icon48.png",
    "128": "icons/project_icon128.png"
  },
  "permissions": [
    "<all_urls>"
  ]
}