Front Page New Tab (Beta)

Front Page New Tab (Beta)

The Front Page of your Internet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Front Page New Tab (Beta)",
  "version": "0.2.8",
  "manifest_version": 2,
  "description": "The Front Page of your Internet",
  "icons": {
    "19": "images/fp.png",
    "38": "images/fp64.png",
    "128": "images/fp64.png"
  },
  "chrome_url_overrides": {
    "newtab": "html/newtab.html"
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/jquery-1.9.1.min.js",
      "js/utils.js",
      "js/scrapers.js"
    ],
    "pages": [
      "html/background.html"
    ],
    "persistent": false
  },
  "permissions": [
    "topSites",
    "http://*/*",
    "https://*/*",
    "bookmarks",
    "history",
    "chrome://favicon/*",
    "storage",
    "alarms"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}