WikiWeaver Firefox

Examine source code of WikiWeaver

Inspect and view changes in WikiWeaver source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "WikiWeaver",
  "version": "1.1.0",
  "description": "View you and your peers progress through a WikiRace by syncing visited pages to a lobby on wikiweaver.stuffontheinter.net",
  "icons": {
    "48": "icons/48.png"
  },
  "action": {
    "default_icon": {
      "48": "icons/48.png",
      "96": "icons/96.png"
    },
    "default_title": "WikiWeaver",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "scripting",
    "storage",
    "tabs",
    "webNavigation"
  ],
  "host_permissions": [
    "*://*.wikipedia.org/*"
  ],
  "background": {
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "122.0",
      "id": "objects.at.web@gmail.com"
    },
    "gecko_android": {
      "strict_min_version": "122.0"
    }
  }
}

Best WikiWeaver Alternatives

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