Manga Tracker Firefox

Examine source code of Manga Tracker

Inspect and view changes in Manga Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Manga Tracker",
  "version": "1.2",
  "author": "Murcis_Luis",
  "description": "Guarda automáticamente la información del manga y la posición de scroll",
  "permissions": [
    "storage",
    "tabs"
  ],
  "icons": {
    "16": "images/ico-16.png",
    "32": "images/ico-32.png",
    "64": "images/ico-64.png",
    "128": "images/ico-128.png"
  },
  "action": {
    "default_popup": "/popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://zonaolympus.com/*",
        "https://www.leercapitulo.co/*",
        "https://taurusmanga.com/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "header.html",
        "headerLoader.js",
        "styles.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "murcisluis@mangatracker.com"
    }
  }
}

Best Manga Tracker Alternatives

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