Just Yuri Screen Saver : DDLC

A screensaver of Yuri from doki doki literature club (DDLC) game with 2 different animations to spend time with Yuri.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_TITLE_JY__",
  "short_name": "__MSG_TITLE_JY__",
  "description": "__MSG_DESCRIPTION_JY__",
  "version": "1.0.3",
  "minimum_chrome_version": "88",
  "icons": {
    "16": "/images/icon_16.png",
    "32": "/images/icon_32.png",
    "48": "/images/icon_48.png",
    "128": "/images/icon_128.png"
  },
  "permissions": [
    "storage",
    "idle",
    "system.display"
  ],
  "optional_permissions": [
    "background"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'"
  },
  "background": {
    "service_worker": "app/background.js",
    "type": "module"
  },
  "default_locale": "en",
  "action": {
    "16": "/images/icon_16.png",
    "24": "/images/icon_24.png",
    "32": "/images/icon_32.png",
    "default_title": "__MSG_TITLE_JY__"
  },
  "options_ui": {
    "page": "/index.html",
    "open_in_tab": true
  }
}