ENDEL New Tab

ENDEL New Tab

An unexpected trip everyday by simply opening a new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "build/events.min.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://query.yahooapis.com https://suggestqueries.google.com https://*.staticflickr.com 'unsafe-eval'; object-src 'self'",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "logo-16.png",
    "48": "logo-48.png",
    "128": "logo-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "default_locale": "en",
  "offline_enabled": true,
  "permissions": [
    "geolocation",
    "unlimitedStorage",
    "alarms",
    "topSites",
    "chrome://favicon/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.2.14"
}