Fennec Firefox

Examine source code of Fennec

By: Fennec
Inspect and view changes in Fennec source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "foxone",
  "description": "A wallet on Mixin Network in your browser. \n Manage your Mixin Messenger accounts without downloading the app.",
  "homepage_url": "https://pando.im/fennec",
  "name": "Fennec",
  "short_name": "Fennec",
  "default_locale": "en",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Fennec: Mixin Browser Wallet",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/16.png",
    "19": "icons/19.png",
    "38": "icons/38.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "web_accessible_resources": [
    "page.js"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' http://localhost:8098; object-src 'self'",
  "version": "0.5.9",
  "version_name": "0.5.9",
  "browser_specific_settings": {
    "gecko": {
      "id": "{ce6f5685-813e-407c-bea4-426d07da46e3}"
    }
  }
}

Best Fennec Alternatives

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