Keyboard Start Page

Keyboard Start Page

Open your favorite websites with visualized keyboard shortcuts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.3.3",
  "minimum_chrome_version": "33",
  "permissions": [
    "storage",
    "background"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "options_page": "options.html",
  "icons": {
    "32": "img/icon.ico"
  }
}