Linki.app Bookmark Manager & Organizer

Linki.app Bookmark Manager & Organizer

Linki.app Chrome extension is the fast and easy way to save bookmarks from anywhere across the web to your Linki.app account. With…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Linki.app Bookmark Manager & Organizer",
  "version": "2.0.4",
  "manifest_version": 3,
  "icons": {
    "16": "icons/logo.png",
    "32": "icons/[email protected]",
    "48": "icons/[email protected]",
    "96": "icons/[email protected]",
    "128": "icons/[email protected]"
  },
  "action": {
    "default_icon": {
      "16": "icons/logo.png",
      "32": "icons/[email protected]",
      "48": "icons/[email protected]",
      "96": "icons/[email protected]",
      "128": "icons/[email protected]"
    }
  },
  "background": {
    "service_worker": "src/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*.woff2"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}