zero state

zero state

Zero State 《Chromium Extension》- Loosely organize links and notes on your New Tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "zero state",
  "version": "0.0.4",
  "manifest_version": 3,
  "description": "Zero State 《Chromium Extension》- Loosely organize links and notes on your New Tab page",
  "homepage_url": "https://github.com/nmai/land-o-links",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "512": "icons/icon512.png"
  },
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  },
  "permissions": [
    "storage"
  ]
}