Web Ace Tab

Web Ace Tab

Magnificent abstract wallpapers in a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "version": "1.0.3",
  "name": "Web Ace Tab",
  "description": "Magnificent abstract wallpapers in a new tab.",
  "icons": {
    "128": "128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://webacetab.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "init.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "update_url": "https://clients2.google.com/service/update2/crx"
}