NewTime - NewTab Timelapse

NewTime - NewTab Timelapse

Open newtabs with refreshing timelapse videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NewTime - NewTab Timelapse",
  "version": "0.6.1",
  "description": "Open newtabs with refreshing timelapse videos.",
  "options_page": "views/show.html",
  "background": {
    "scripts": [
      "js/lib/localforage.min.js",
      "js/utils.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {},
  "chrome_url_overrides": {
    "newtab": "views/vtab.html"
  },
  "icons": {
    "16": "imgs/favicon16.png",
    "48": "imgs/favicon48.png",
    "128": "imgs/favicon128.png"
  },
  "content_security_policy": "script-src 'self' https://stat.newti.me; object-src 'self'",
  "externally_connectable": {
    "matches": [
      "*://newti.me/*",
      "http://localhost:8000/*"
    ]
  }
}