Incredible StartPage - Productive Start Page

Incredible StartPage - Productive Start Page

A new, customizable start page for Chrome. Easily find your favorite bookmarks and closed tabs. Take notes as you browse.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "version": "1.7.3",
  "description": "__MSG_description__",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "core/background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "core/newpage-pop.html"
  },
  "icons": {
    "16": "img/IBChrome16.png",
    "32": "img/IBChrome32.png",
    "48": "img/IBChrome48.png",
    "128": "img/IBChrome128.png"
  },
  "permissions": [
    "http://*.flickr.com/",
    "tabs",
    "bookmarks",
    "management",
    "contextMenus",
    "unlimitedStorage"
  ],
  "optional_permissions": [
    "topSites",
    "chrome://favicon/"
  ],
  "options_page": "core/options.html",
  "default_locale": "en"
}