Live Nature New Tab

Live Nature New Tab

Replace your new-tab with a beautiful, minimalist and zen nature video

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Live Nature New Tab",
  "description": "Replace your new-tab with a beautiful, minimalist and zen nature video",
  "browser_action": {
    "default_title": "New Tab",
    "default_icon": {
      "64": "icons/icon-64.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "64": "icons/icon-64.png"
  },
  "manifest_version": 2,
  "version": "1.0.0"
}