Just Natsuki Screen Saver : DDLC

Just Natsuki Screen Saver : DDLC

A screensaver of Natsuki from doki doki literature club (DDLC) game with 3 different animations to spend time with Natsuki.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_TITLE_JN__",
  "short_name": "__MSG_TITLE_JN__",
  "description": "__MSG_DESCRIPTION_JN__",
  "version": "1.0.2",
  "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",
    "idle",
    "system.display"
  ],
  "optional_permissions": [
    "background"
  ],
  "content_security_policy": "script-src 'self'  https://www.googleapis.com https://apis.google.com/ https://www.google-analytics.com; 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_JN__"
  },
  "options_ui": {
    "page": "/index.html",
    "open_in_tab": true
  }
}