AniList to AniWave

AniList to AniWave

Adds a button on AniList anime pages that searches the anime on AniWave.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AniList to AniWave",
  "description": "Adds a button on AniList anime pages that searches the anime on AniWave.",
  "version": "7.0.0",
  "manifest_version": 3,
  "background": {
    "service_worker": "scripts/service-worker.js"
  },
  "permissions": [
    "scripting",
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://anilist.co/*",
    "https://aniwave.to/*"
  ],
  "icons": {
    "128": "assets/icon128.png"
  },
  "options_page": "views/options.html"
}