Ever Surf Keeper

Ever Surf Keeper

A free, private and easy blockchain interface for smart people

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ever Surf Keeper",
  "description": "A free, private and easy blockchain interface for smart people",
  "version": "1.3.2",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "clipboardWrite",
    "tabs"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/eversdk.wasm",
        "assets/dengineweb.wasm",
        "assets/inject.bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "assets/content_script.bundle.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "background": {
    "service_worker": "assets/worker.bundle.js"
  },
  "action": {
    "default_title": "Surf Keeper",
    "default_icon": "assets/logo/[email protected]",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "assets/logo/keeper-ico-box.png",
    "32": "assets/logo/[email protected]",
    "48": "assets/logo/[email protected]",
    "64": "assets/logo/[email protected]",
    "96": "assets/logo/[email protected]",
    "128": "assets/logo/[email protected]"
  }
}