Practical Startpage

Practical Startpage

Flexible start page that makes your data available in a single view.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Practical Startpage",
  "short_name": "Startpage",
  "version": "2.6.3",
  "default_locale": "en",
  "description": "__MSG_c_ps_slogan__",
  "homepage_url": "http://pd75.github.io/#/practical-startpage",
  "optional_permissions": [
    "http://ajax.googleapis.com/*",
    "https://mail.google.com/mail/feed/atom"
  ],
  "permissions": [
    "topSites",
    "chrome://favicon/",
    "tabs",
    "bookmarks",
    "management",
    "history",
    "sessions",
    "storage"
  ],
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "startpage.html"
  },
  "options_ui": {
    "page": "chrome.optionsUI.html",
    "open_in_tab": false
  }
}