Tracker Reader Manga Webtoon Manhwa

Tracker Reader Manga Webtoon Manhwa

Keep track of where you stop to read the last time and get notified when a new chapter is coming

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Tracker Reader Manga Webtoon Manhwa",
  "description": "Keep track of where you stop to read the last time and get notified when a new chapter is coming",
  "version": "0.0.4",
  "permissions": [
    "history",
    "notifications",
    "unlimitedStorage",
    "storage"
  ],
  "icons": {
    "128": "ressources/icone.png"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "service_worker": "script/background.js"
  },
  "action": {
    "default_title": "Manga Webtoon Manwha Reader Helper",
    "default_popup": "popup/popup.html"
  }
}