start.xyz - Video Backgrounds

start.xyz - Video Backgrounds

Get beautiful video (and image) backgrounds on your New Page Tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "start.xyz - Video Backgrounds",
  "description": "Get beautiful video (and image) backgrounds on your New Page Tab.",
  "version": "1.2",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {},
  "web_accessible_resources": [
    "*.json"
  ]
}