Dreamy - Anime HD New Tab Sharing App

Dreamy - Anime HD New Tab Sharing App

Fill your new tab with stunning HD scenery from anime and games. Share your photos and videos with the community.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dreamy - Anime HD New Tab Sharing App",
  "version": "2.4.3",
  "description": "Fill your new tab with stunning HD scenery from anime and games. Share your photos and videos with the community.",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "dreamy.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ]
}