Perfect Home

Perfect Home

New tab replacement

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Perfect Home",
  "version": "0.14.0",
  "author": "PerfectThings",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "New tab replacement",
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  }
}