Release Calendar Filter for Crunchyroll

Release Calendar Filter for Crunchyroll

A filter for the Release/Simulcast Calendar on Crunchyroll.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Release Calendar Filter for Crunchyroll",
  "description": "A filter for the Release/Simulcast Calendar on Crunchyroll.",
  "version": "1.1.5",
  "icons": {
    "128": "images/icon.png"
  },
  "options_page": "options/options.html",
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/checkmark.svg",
        "fonts/*",
        "options/options.html"
      ],
      "extension_ids": [
        "obpphalkbgbbdennbifedaleahjcfmfh",
        "epkclcbkefpikbpopcpjjlbajhnglged"
      ],
      "matches": [
        "https://www.crunchyroll.com/*"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.crunchyroll.com/simulcastcalendar*",
        "*://*.crunchyroll.com/*/simulcastcalendar*"
      ],
      "run_at": "document_idle",
      "css": [
        "css/fontello.css",
        "css/index.css"
      ],
      "js": [
        "js/bundle.js"
      ]
    }
  ]
}