Tabliss - A Beautiful New Tab

Tabliss - A Beautiful New Tab

A beautiful New Tab page with many customisable backgrounds and widgets that does not require any permissions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tabliss - A Beautiful New Tab",
  "short_name": "Tabliss",
  "version": "2.6.0",
  "description": "A beautiful New Tab page with many customisable backgrounds and widgets that does not require any permissions.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage"
  ]
}