Assistant de Navigation Firefox

Examine source code of Assistant de Navigation

Inspect and view changes in Assistant de Navigation source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Liste de Lecture",
  "version": "1.0",
  "description": "Sauvegardez les onglets pour les lire plus tard.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/*",
        "https://www.google.fr/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "assistant.navigation.matte@addon.org",
      "strict_min_version": "109.0"
    }
  }
}

Best Assistant de Navigation Alternatives

Here are some Firefox add-ons that are similar to Assistant de Navigation: