Poxi

Poxi

The most customizable new tab startpage. A new homepage for your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Poxi",
  "description": "The most customizable new tab startpage. A new homepage for your browser",
  "version": "1.0",
  "chrome_url_overrides": {
    "newtab": "dummy.html"
  },
  "host_permissions": [
    "https://poxi.page/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "128": "images/icon-128.png",
    "256": "images/icon-256.png"
  },
  "options_page": "options.html",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3
}