Clean Tab - New Tab Page

Clean Tab - New Tab Page

New Tab page replacement with beautiful photography.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "New Tab page replacement with beautiful photography.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "manifest_version": 3,
  "name": "Clean Tab - New Tab Page",
  "short_name": "Clean Tab",
  "version": "0.54",
  "author": "Edward Bowden",
  "homepage_url": "https://edwardbowden.uk"
}