{
  "name": "Inbox",
  "appDomain": "inbox.app.privacysafe.io",
  "version": "0.3.26",
  "description": "Send and receive encrypted messages with an improved version of email.",
  "icon": "logo.png",
  "components": {
    "/index.html": {
      "startedBy": "user",
      "runtime": "web-gui",
      "formFactor": [ "desktop", "tablet" ],
      "capsRequested": {
        "apps": "opener",
        "logout": "all",
        "log": "all",
        "mailerid": true,
        "mail": {
          "sendingTo": "all",
          "receivingFrom": "all",
          "config": "all"
        },
        "connectivity": "check",
        "shell": {
          "fileDialog": "all",
          "userNotifications": true,
          "fsResource": {
            "otherApps": {
              "launcher.app.privacysafe.io": "ui-settings"
            }
          },
          "openDashboard": true
        },
        "storage": {
          "appFS": "default"
        },
        "otherAppsRPC": [
          {
            "app": "contacts.app.privacysafe.io",
            "service": "AppContacts"
          }
        ]
      },
      "windowOpts": {
        "width": 1200,
        "height": 680,
        "minWidth": 1024,
        "minHeight": 600,
        "maxWidth": 1680
      },
      "startCmds": {
        "open-inbox-with": {
          "otherApps": "*"
        }
      }
    },

    "/index-mobile.html": {
      "startedBy": "user",
      "runtime": "web-gui",
      "formFactor": "phone",
      "capsRequested": {
        "apps": "opener",
        "logout": "all",
        "log": "all",
        "mailerid": true,
        "mail": {
          "sendingTo": "all",
          "receivingFrom": "all",
          "config": "all"
        },
        "connectivity": "check",
        "shell": {
          "fileDialog": "all",
          "userNotifications": true,
          "fsResource": {
            "otherApps": {
              "launcher.app.privacysafe.io": "ui-settings"
            }
          },
          "openDashboard": true
        },
        "storage": {
          "appFS": "default"
        },
        "otherAppsRPC": [
          {
            "app": "contacts.app.privacysafe.io",
            "service": "AppContacts"
          }
        ]
      },
      "windowOpts": {
        "width": 360,
        "height": 768,
        "minWidth": 360,
        "minHeight": 768,
        "maxWidth": 360,
        "maxHeight": 768
      },
      "startCmds": {
        "open-inbox-with": {
          "otherApps": "*"
        }
      }
    }
  },

  "launchers": [
    {
      "name": "Inbox",
      "icon": "logo.png",
      "description": "Send and receive encrypted messages with an improved version of email.",
      "component": "/index.html",
      "formFactor": [ "desktop", "tablet" ]
    },
    {
      "name": "Inbox",
      "icon": "logo.png",
      "description": "Send and receive encrypted messages with an improved version of email.",
      "component": "/index-mobile.html",
      "formFactor": "phone"
    }
  ]
}
