New tab Pizza background

New tab Pizza background

version 2.0 of NTPB

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "New tab Pizza background",
  "description": "version 2.0 of NTPB",
  "version": "2.0",
  "author": "Jamie",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": "pizza.png"
  }
}