Koinly Extensions

Koinly Extensions

Extends the functionality of https://koinly.io with features that are not supported by the core team

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Koinly Extensions",
  "version": "1.4",
  "action": {
    "default_popup": "index.html",
    "default_title": "Koinly Extensions",
    "default_icon": {
      "16": "/images/logo_16.png",
      "32": "/images/logo_32.png",
      "48": "/images/logo_48.png",
      "128": "/images/logo_128.png"
    }
  },
  "description": "Extends the functionality of https://koinly.io with features that are not supported by the core team",
  "icons": {
    "16": "/images/logo_16.png",
    "32": "/images/logo_32.png",
    "48": "/images/logo_48.png",
    "128": "/images/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "optional_permissions": [
    "scripting"
  ]
}