{
    "version": "0.9.9",
    "description": "(PC 버전) jik-ji-router 에서 App을 런칭하기 위해 동적으로 생성되는 package.json 원본",
    "keywords": [],
    "splash": "socket",
    "main": "launcher.html",
    "inject_js_start": "js/inject_start.min.js",
    "inject_js_end": "js/inject_end.min.js",
    "name": "sample",
    "domain": "sample",
    "node-remote": [
        "<all_urls>"
    ],
    "nodejs": true,
    "new_instance": false,
    "js-flags": "--harmony --expose-gc",
    "x_이슈_https://github.com/nwjs/nw.js/issues/7633": "--disable-renderer-accessibility 사용",
    "x_ppapi-flash-path": "크롬에 플러그인(Adobe Flash Player PPAPI)이 별도로 설치된 경우 player 버전이 32.0.0~ 이 실행되면서 플래시 구동이 안되므로 꼭 명시해 준다.",
    "chromium-args": "--disable-backgrounding-occluded-windows --disable-raf-throttling --disable-background-timer-throttling --disable-renderer-accessibility  --disable-file-system --enable-local-file-accesses --disable-web-security --allow-file-access-from-files --allow-file-access --allow-insecure-localhost --allow-running-insecure-content --enable-webfonts-intervention-trigger --allow-running-insecure-content --ignore-certificate-errors --ignore-urlfetcher-cert-requests --allow-http-background-page --allow-http-screen-capture",
    "window": {
        "title": "",
        "icon": "favicon.png",
        "width": 400,
        "height": 280,
        "min_width": 150,
        "min_height": 150,
        "resizable": false,
        "position": "center",
        "show": false,
        "frame": true,
        "transparent": false,
        "fullscreen": false
    },
    "webkit": {
        "plugin": true
    },
    "licenses": "MIT",
    "dependencies": {
        "archiver": "^5.1.0",
        "async": "^3.2.0",
        "fs-extra": "^9.0.1",
        "nw-flash-trust": "^0.3.0",
        "url": "^0.11.0"
    }
}
