Just Monika Screen Saver : DDLC

Just Monika Screen Saver : DDLC

A screensaver of monika from doki doki literature club (DDLC) game with Blinking animations and Dialogues to spend time with monika.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_TITLE_JM__",
  "short_name": "__MSG_TITLE_JM__",
  "description": "__MSG_DESCRIPTION_JM__",
  "version": "0.0.1",
  "minimum_chrome_version": "38",
  "icons": {
    "16": "/images/icon_16.png",
    "32": "/images/icon_32.png",
    "48": "/images/icon_48.png",
    "128": "/images/icon_128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "idle",
    "contextMenus"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "background": {
    "persistent": false,
    "page": "/background.html"
  },
  "default_locale": "en",
  "browser_action": {
    "16": "/images/icon_16.png",
    "24": "/images/icon_24.png",
    "32": "/images/icon_32.png",
    "default_title": "__MSG_TITLE_JM__"
  },
  "options_ui": {
    "page": "/index.html",
    "open_in_tab": true
  }
}