Watch on Shikimori

Watch on Shikimori

The add-on adds the ability to watch and download anime on the Shikimori.me website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Watch and download on Shikimori",
  "version": "3.0.5",
  "description": "The addon adds the ability to watch and download anime on the Shikimori website.",
  "icons": {
    "128": "./images/icons/logo128.png"
  },
  "permissions": [
    "*://*.anilibria.tv/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://shikimori.one/*"
      ],
      "js": [
        "./scripts/helpers/helpers.js",
        "./scripts/helpers/shikimori.js",
        "./scripts/helpers/anilibria.js",
        "./scripts/helpers/kodik.js",
        "./scripts/torrent.js",
        "./scripts/player.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0dccad16-7fec-4fd4-93c1-f43117a2a4d0}"
    }
  }
}