Aesthetic Cat HD Wallpapers New Tab

Aesthetic Cat HD Wallpapers New Tab

Aesthetic Cat provides you wallpaper in every new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "cawallpaper",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1",
  "default_locale": "en",
  "icons": {
    "128": "128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": "128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}