Auvitas Wallet Firefox

Examine source code of Auvitas Wallet

Inspect and view changes in Auvitas Wallet source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Auvitas, Inc.",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "auvitas/img/auvitas_16.png",
      "32": "auvitas/img/auvitas_32.png",
      "48": "auvitas/img/auvitas_48.png",
      "128": "auvitas/img/auvitas_128.png"
    },
    "default_popup": "auvitas/html/auth.html",
    "default_title": "Auvitas Wallet"
  },
  "commands": {
    "launch-element-picker": {
      "description": "__MSG_popupTipPicker__"
    },
    "launch-element-zapper": {
      "description": "__MSG_popupTipZapper__"
    },
    "launch-logger": {
      "description": "__MSG_popupTipLog__"
    },
    "open-dashboard": {
      "description": "__MSG_popupTipDashboard__"
    },
    "relax-blocking-mode": {
      "description": "__MSG_relaxBlockingMode__"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/js/vapi.js",
        "/js/vapi-client.js",
        "/js/contentscript.js"
      ],
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "/js/scriptlets/subscriber.js"
      ],
      "matches": [
        "https://easylist.to/*",
        "https://*.fanboy.co.nz/*",
        "https://filterlists.com/*",
        "https://forums.lanik.us/*",
        "https://github.com/*",
        "https://*.github.io/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "default_locale": "en",
  "description": "Experience web without ads!",
  "icons": {
    "16": "auvitas/img/auvitas_16.png",
    "32": "auvitas/img/auvitas_32.png",
    "48": "auvitas/img/auvitas_48.png",
    "128": "auvitas/img/auvitas_128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "55.0",
  "name": "Auvitas Wallet",
  "options_ui": {
    "open_in_tab": true,
    "page": "dashboard.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "short_name": "Auvitas Wallet",
  "storage": {
    "managed_schema": "managed_storage.json"
  },
  "version": "1.0.0",
  "web_accessible_resources": [
    "/web_accessible_resources/*"
  ]
}

Best Auvitas Wallet Alternatives

Here are some Firefox add-ons that are similar to Auvitas Wallet: