Jomo Copilot

Jomo Copilot

Jomo Copilot: Jomo Copilot allows you to 'notarize' your private web data, allowing you to selectively disclose specific information and verify it later on-chain. As an example you can use Jomo to Notarize your investment returns!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Jomo Copilot",
  "description": "Jomo Copilot observes your session to the target website so Jomo web can then use the session to retrieve your data.",
  "version": "0.2.6",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "113.0"
    },
    "gecko_android": {
      "id": "[email protected]",
      "strict_min_version": "120.0"
    }
  },
  "icons": {
    "16": "icon256.70f175a2.png",
    "24": "icon256.26ba33b7.png",
    "32": "icon256.b2e8f9b8.png",
    "48": "icon256.2f1c90b0.png",
    "64": "icon256.39c82e1c.png",
    "128": "icon256.48406aec.png",
    "256": "icon256.ccbbf104.png"
  },
  "page_action": {
    "default_popup": "popup.01a6fdf1.html"
  },
  "browser_action": {
    "default_title": "Jomo Copilot",
    "default_icon": {
      "256": "icon256.ccbbf104.png"
    },
    "default_popup": "popup.01a6fdf1.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.e36e1c48.js"
      ],
      "css": []
    }
  ],
  "background": {
    "scripts": [
      "background.90dbedc8.js"
    ]
  },
  "permissions": [
    "webRequest",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "options_ui": {
    "browser_style": true,
    "page": "options.b4db6052.html"
  }
}