Tinytab

Tinytab

A beautiful and minimal new tab extension for chrome. Also provides Google apps support (e.g. Gmail, Drive, etc.), bookmark…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Tinytab",
  "name": "Tinytab",
  "manifest_version": 3,
  "icons": {
    "192": "logo192.png",
    "512": "logo512.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "version": "1.7",
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'"
  }
}