WS Exporter Firefox

Examine source code of WS Exporter

Inspect and view changes in WS Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "version": "0.3.2",
  "description": "__MSG_extensionDescription__",
  "host_permissions": [
    "*://my.wealthsimple.com/*"
  ],
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.iife.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "http://my.wealthsimple.com/*",
        "https://my.wealthsimple.com/*"
      ],
      "js": [
        "content/index.iife.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.js",
        "*.css",
        "*.svg",
        "*.png"
      ],
      "matches": [
        "*://my.wealthsimple.com/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup/index.html",
    "default_icon": "icon-white-128.png"
  },
  "options_ui": {
    "page": "options/index.html",
    "browser_style": false
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "lorenzopicoli@gmail.com",
      "strict_min_version": "112.0"
    }
  }
}

Best WS Exporter Alternatives

Here are some Firefox add-ons that are similar to WS Exporter: