NeoLine Firefox

Examine source code of NeoLine

By: emily Add-on
Inspect and view changes in NeoLine source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "NeoLine",
  "description": "NEO thin wallet for chrome extension",
  "version": "5.7.3",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html#popup",
    "default_icon": "assets/logo128.png"
  },
  "default_locale": "en",
  "commands": {},
  "icons": {
    "16": "assets/logo16.png",
    "48": "assets/logo48.png",
    "128": "assets/logo128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "neoline.js",
        "neolineN3.js"
      ]
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "neolineEVM.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dapi.js",
        "dapiN3.js",
        "dapiEVM.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "extension_ids": []
    }
  ],
  "permissions": [
    "storage",
    "notifications",
    "activeTab",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_security_policy": {
    "extension_pages": "frame-ancestors 'none'; script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@neoline.io",
      "strict_min_version": "115.0"
    }
  }
}

Best NeoLine Alternatives

Here are some Firefox add-ons that are similar to NeoLine: