Dead Pixel Ghost Tab

Dead Pixel Ghost Tab

Each new tab displays art from the Dead Pixel Ghost Club collection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Dead Pixel Ghost Tab",
  "version": "1.1.2",
  "description": "Each new tab displays art from the Dead Pixel Ghost Club collection.",
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": {
      "16": "icons/16x16.png",
      "38": "icons/38x38.png",
      "48": "icons/48x48.png",
      "128": "icons/128x128.png"
    },
    "default_title": "DPGt Settings",
    "default_popup": "settings.html"
  },
  "icons": {
    "16": "icons/16x16.png",
    "38": "icons/38x38.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  }
}