Cleanstart - New Tab Page & Bookmark Manager

Cleanstart - New Tab Page & Bookmark Manager

Cleanstart is a simple new tab page & bookmark manager featuring beautiful wallpapers, intelligent search, and a weather widget

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cleanstart - New Tab Page & Bookmark Manager",
  "short_name": "Cleanstart",
  "description": "Cleanstart is a simple new tab page & bookmark manager featuring beautiful wallpapers, intelligent search, and a weather widget",
  "author": "Theo Rulko",
  "version": "2.2",
  "version_name": "2.2 Photon",
  "incognito": "split",
  "permissions": [
    "bookmarks",
    "storage",
    "chrome://favicon/",
    "unlimitedStorage",
    "fontSettings",
    "http://feeds.feedburner.com/brainyquote/QUOTEBR",
    "https://suggestqueries.google.com/complete*",
    "https://en.wikipedia.org/*",
    "https://www.nasa.gov/rss/dyn/lg_image_of_the_day.rss"
  ],
  "optional_permissions": [
    "topSites"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "1506": "assets/logo/512.png"
  },
  "background": {
    "scripts": [
      "assets/js/background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html?popup=true",
    "default_title": "Bookmarks",
    "default_icon": {
      "32": "assets/bookmark-icon/32w.png",
      "48": "assets/bookmark-icon/48w.png",
      "128": "assets/bookmark-icon/128w.png"
    }
  },
  "options_page": "index.html?settings=true",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'"
}