Anime Cute Girls HD Wallpaper New Tab

Anime Cute Girls HD Wallpaper New Tab

Customize new tab with the anime cute girls wallpaper extension and display anime you admire in your background.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "128.png"
  },
  "author": "cawallpaper",
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "newPage/index.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "history",
    "storage"
  ],
  "version": "1.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}