Superdense

Superdense

Manage your bookmarks with ease. Linked to your Superdense account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Superdense",
  "description": "Manage your bookmarks with ease. Linked to your Superdense account.",
  "version": "0.11.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs",
    "tabGroups"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://app.superdense.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "/images/sd16.png",
      "32": "/images/sd32.png",
      "48": "/images/sd48.png",
      "128": "/images/sd128.png"
    }
  },
  "icons": {
    "16": "/images/sd16.png",
    "32": "/images/sd32.png",
    "48": "/images/sd48.png",
    "128": "/images/sd128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}