WikiCamp Tracker Firefox

Examine source code of WikiCamp Tracker

Inspect and view changes in WikiCamp Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "WikiCamp Tracker",
  "description": "Sends Wikipedia history to WikiCamp",
  "version": "1.4resigned1",
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://wiki.camp/*"
      ],
      "js": [
        "auth-content.js"
      ]
    },
    {
      "matches": [
        "*://*.wikipedia.org/*"
      ],
      "js": [
        "visit-content.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "applications": {
    "gecko": {
      "id": "ext@wiki.camp"
    }
  },
  "manifest_version": 2
}

Best WikiCamp Tracker Alternatives

Here are some Firefox add-ons that are similar to WikiCamp Tracker: