AI Art on New Tabs

AI Art on New Tabs

Experience mind-blowing images generated by AI every time you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Experience mind-blowing images generated by AI every time you open a new tab.",
  "version": "1.0.1",
  "manifest_version": 3,
  "name": "AI Art on New Tabs",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
      ],
      "matches": []
    }
  ]
}