PumpkinPlayer

PumpkinPlayer

영상 재생 프로그램. SMI 자막 지원.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PumpkinPlayer",
  "description": "영상 재생 프로그램. SMI 자막 지원.",
  "version": "1.0",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    {
      "fileSystem": [
        "retainEntries",
        "directory"
      ]
    },
    "fullscreen",
    "storage"
  ],
  "offline_enabled": true
}