Webtoon Bookmarker Firefox

Examine source code of Webtoon Bookmarker

Inspect and view changes in Webtoon Bookmarker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Webtoon Bookmarker",
  "description": "A Chrome extension to bookmark and track webtoons, manga, manhwa, and manhua reading progress",
  "version": "1.1.3",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "notifications",
    "https://api.mangadex.org/*",
    "https://webtoonbookmarker.com/*",
    "https://www.webtoonbookmarker.com/*",
    "https://api.webtoonbookmarker.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "webtoonbookmarker@webtoonbookmarker.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent",
          "personallyIdentifyingInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Webtoon Bookmarker Alternatives

Here are some Firefox add-ons that are similar to Webtoon Bookmarker: