One Piece Manga Music Player

One Piece Manga Music Player

This is an extension that plays audio that matches the theme of the scene that you are reading in the manga

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "One Piece Manga Music Player",
  "version": "1.0.1",
  "description": "This is an extension that plays audio that matches the theme of the scene that you are reading in the manga",
  "manifest_version": 3,
  "author": "Amar Patel",
  "action": {
    "default_popup": "index.html",
    "default_title": "One Piece Manga OST",
    "default_icon": {
      "16": "icons/logo.jpg",
      "32": "icons/logo.jpg"
    }
  }
}