Wares Firefox

Examine source code of Wares

Inspect and view changes in Wares source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Wares",
  "version": "2.0.2",
  "description": "Wares extension",
  "permissions": [
    "tabs",
    "scripting",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f7d89134-5384-4707-921f-f45d7fd4fda8}"
    }
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/flow/*"
      ],
      "js": [
        "js/libs/jquery.min.js",
        "js/libs/purify.min.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*/flow/*"
      ],
      "css": [
        "css/styles.css",
        "css/content.css"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "js/injected_scripts/fields.js",
        "js/injected_scripts/category_injected.js"
      ]
    }
  ],
  "action": {
    "default_popup": "login.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}

Best Wares Alternatives

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