Games Tracker for LinkedIn Firefox

Examine source code of Games Tracker for LinkedIn

Inspect and view changes in Games Tracker for LinkedIn source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Games Tracker for LinkedIn",
  "version": "0.0.1",
  "description": "Automatically tracks your LinkedIn game performance and displays statistics.",
  "permissions": [],
  "icons": {
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup/index.html",
    "default_title": "LinkedIn Games Tracker",
    "default_icon": {
      "32": "icons/icon32.png",
      "64": "icons/icon64.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background/service-worker.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "content/game-scraper.js",
        "content/result-scraper.js"
      ]
    }
  ],
  "homepage_url": "https://github.com/timendum/game-tracker-linkedin",
  "browser_specific_settings": {
    "gecko": {
      "id": "games-tracker-linkedin@timendum.github.com",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Games Tracker for LinkedIn Alternatives

Here are some Firefox add-ons that are similar to Games Tracker for LinkedIn: