Manga Viewer

Manga Viewer

A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Manga Viewer",
  "version": "0.1.3",
  "description": "A book-like viewer to read separate manga page images posted on SNS like reading a real book. Yet only supports weibo.",
  "action": {
    "default_title": "Popup",
    "default_popup": "index.html",
    "default_icon": "logo.png"
  },
  "icons": {
    "128": "logo.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.main.tsx.9841b66a.dbcc3a83.js"
      ],
      "matches": [
        "https://weibo.com/*"
      ],
      "media": [],
      "css": [
        "assets/main.89aaa99d.css"
      ]
    }
  ],
  "author": "NikuKikai",
  "web_accessible_resources": [
    {
      "matches": [
        "https://weibo.com/*"
      ],
      "resources": [
        "assets/jsx-runtime.247be44e.js",
        "assets/main.tsx.9841b66a.js"
      ],
      "use_dynamic_url": true
    }
  ]
}