{
    "name": "PAX",
    "uri": "PAX.pexe",
    "short_name": "PAX",
    "version": "44.1.2",
    "manifest_version": 2,
    "description": "PAX",
    "offline_enabled": true,
    "icons": { "128": "icon128.png" },
    "app":
    {
        "name": "PAX",
        "background": { "scripts": ["background.js"] },
        "sockets": { "tcp": { "connect": "" }, "tcpServer": { "listen": "127.0.0.1:*" } },
        "permissions": [ "unlimitedStorage", "filesystem", "storage", "system.storage", "system.display", "system.network","system.cpu" ]
    }
}