Bliphome: simple new tab quick dial

Bliphome: simple new tab quick dial

Minimalist new tab quick dial start page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bliphome: simple new tab quick dial",
  "short_name": "Bliphome",
  "version": "1.1.1",
  "description": "Minimalist new tab quick dial start page.",
  "author": "Erin Casali",
  "icons": {
    "16": "icon/icon16.png",
    "32": "icon/icon32.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab/index.html"
  },
  "permissions": [
    "bookmarks",
    "favicon"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "newtab/*",
        "_favicon/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}