Link Shade Sync Firefox

Examine source code of Link Shade Sync

Inspect and view changes in Link Shade Sync source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Shade Sync",
  "version": "1.0.2",
  "description": "Sync clicked-link shading between Firefox desktop and Firefox for Android.",
  "permissions": [
    "storage",
    "tabs",
    "https://api.github.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_action": {
    "default_title": "Link Shade Sync",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "link-shade-sync@local.codex",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "browsingActivity",
          "websiteActivity"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best Link Shade Sync Alternatives

Here are some Firefox add-ons that are similar to Link Shade Sync: