tab away

tab away

Get cool AI generated art and raise money for charity 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",
  "manifest_version": 3,
  "name": "tab away",
  "version": "1.1.0",
  "description": "Get cool AI generated art and raise money for charity every time you open a new tab.",
  "permissions": [],
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "icons": {
    "16": "tabaway-16.png",
    "48": "tabaway-48.png",
    "128": "tabaway-128.png"
  }
}