Jellywallet

Jellywallet

Jellywallet extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jellywallet",
  "version": "2.2.2",
  "icons": {
    "16": "/icons/16.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png"
  },
  "description": "Jellywallet extension",
  "storage": {
    "managed_schema": "schema.json"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "/icons/128.png"
  },
  "background": {
    "service_worker": "background-wrapper.js"
  },
  "manifest_version": 3
}