Anime Live Video Background HD New Tab

Anime Live Video Background HD New Tab

Fill your Chrome homepage with stunning scenery from anime and games.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Anime Live Video Background HD New Tab",
  "version": "2.2.3",
  "description": "Fill your Chrome homepage with stunning scenery from anime and games.",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "dreamy.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "storage"
  ]
}