Artemis Link Graph Firefox

Examine source code of Artemis Link Graph

Inspect and view changes in Artemis Link Graph source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Artemis Link Graph",
  "description": "See when a site you follow has linked to the page you are viewing.",
  "version": "1.0.3",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": "mascot.png"
  },
  "browser_action": {},
  "permissions": [
    "tabs",
    "storage",
    "action",
    "scripting",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "host_permissions": [
    "https://artemis.jamesg.blog/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "app.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "artemis-link-graph@artemis"
    }
  }
}

Best Artemis Link Graph Alternatives

Here are some Firefox add-ons that are similar to Artemis Link Graph: