gezi desktop

gezi desktop

A convenient and fast new tab in the form of browser desktop, which can easily and quickly manage various common websites in the form of app icons. You can drag and sort freely, customize the size, and also support the folder function to classify and manage website applications.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "version": "1.6.0",
  "manifest_version": 3,
  "default_locale": "zh_CN",
  "description": "__MSG_appDesc__",
  "chrome_url_overrides": {
    "newtab": "dist/index.html"
  },
  "externally_connectable": {
    "matches": [
      "*://gezizm.com/*"
    ]
  },
  "permissions": [
    "bookmarks",
    "favicon"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {},
  "web_accessible_resources": [
    {
      "resources": [
        "_favicon/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "*"
      ]
    }
  ],
  "icons": {
    "16": "icon/icon_16.png",
    "32": "icon/icon_32.png",
    "128": "icon/icon.png",
    "192": "icon/icon_192.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}