{
  "name": "Storage",
  "appDomain": "files.app.privacysafe.io",
  "icon": "logo.png",
  "description": "Feature-rich file manager for secure storage of your digital assets.",
  "version": "0.7.8",

  "components": {
    "/index.html": {
      "startedBy": "user",
      "runtime": "web-gui",
      "formFactor": [ "desktop", "tablet" ],
      "capsRequested": {
        "apps": "opener",
        "logout": "all",
        "log": "all",
        "mailerid": true,
        "shell": {
          "fileDialog": "all",
          "clipboard": "all",
          "userNotifications": true,
          "fsResource": {
            "otherApps": {
              "launcher.app.privacysafe.io": "ui-settings"
            }
          },
          "openDashboard": true,
          "openFile": "all",
          "mounts": "any",
          "openInMountedFolder": "all"
        },
        "storage": {
          "appFS": "default",
          "userFS": "all",
          "sysFS": "all"
        },
        "appRPC": [
          "AppStorageInternal"
        ],
        "connectivity": "check"
      },
      "windowOpts": {
        "width": 1200,
        "height": 680,
        "minWidth": 1024,
        "minHeight": 600,
        "maxWidth": 1680
      }
    },

    "/storageDenoServices.js": {
      "services": {
        "AppStorageInternal": {
          "thisAppComponents": "*"
        }
      },
      "runtime": "deno",
      "capsRequested": {
        "appRPC": [
          "AppStorageInternal"
        ],
        "log": "all",
        "mailerid": true,
        "shell": {
          "fileDialog": "all",
          "userNotifications": true,
          "openFile": "all",
          "mountVolumes": "all"
        },
        "storage": {
          "appFS": "default",
          "userFS": "all",
          "sysFS": "all"
        },
        "connectivity": "check"
      }
    }
  },

  "launchers": [
    {
      "name": "Storage",
      "icon": "logo.png",
      "description": "Feature-rich file manager for secure storage of your digital assets.",
      "component": "/index.html",
      "formFactor": [ "desktop", "tablet" ]
    }
  ]

}
