Geeks Fest - New Tab Gaming News

Geeks Fest - New Tab Gaming News

The freshest links about gaming and geeks, from around the web. A gamer's must

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Geeks Fest - New Tab Gaming News",
  "version": "1.3.6",
  "manifest_version": 2,
  "description": "The freshest links about gaming and geeks, from around the web. A gamer's must",
  "homepage_url": "http://geeksfest.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "permissions": [],
  "optional_permissions": [
    "topSites"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}