Pixel Tab

Pixel Tab

Put some pixels in that new tab of yours!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pixel Tab",
  "version": "1.1",
  "description": "Put some pixels in that new tab of yours!",
  "manifest_version": 3,
  "icons": {
    "16": "assets/icon-16.png",
    "32": "assets/icon-32.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}