First Page wallpapers hd new tab theme

First Page wallpapers hd new tab theme

First Page New Tab features a clock, todo list, weather, bookmarks and much more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://www.google-analytics.com; object-src 'self'",
  "icons": {
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "permissions": [
    "geolocation",
    "storage",
    "topSites",
    "*://www.ressourceapp.com/*",
    "tabs"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.10",
  "web_accessible_resources": [
    "icon128.png"
  ],
  "default_locale": "en"
}