Dynasty Scans Extension

Dynasty Scans Extension

Adds things to the Dynasty Scans website.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dynasty Scans Extension",
  "description": "Adds things to the Dynasty Scans website.",
  "version": "0.1",
  "icons": {
    "32": "dynasty-scans-icon.png",
    "48": "dynasty-scans-icon48.png",
    "128": "dynasty-scans-icon128.png"
  },
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://dynasty-scans.com/scanlators/*",
        "https://dynasty-scans.com/series/*",
        "https://dynasty-scans.com/authors/*",
        "https://dynasty-scans.com/tags/*",
        "https://dynasty-scans.com/chapters/*",
        "https://dynasty-scans.com/doujins/*",
        "https://dynasty-scans.com/pairings/*",
        "https://dynasty-scans.com/issues/*"
      ],
      "js": [
        "public/build/bundle.js"
      ],
      "css": [
        "public/build/bundle.css"
      ]
    }
  ]
}