{
  "name": "schildichat-desktop-lite",
  "productName": "SchildiChatLite",
  "description": "A Matrix Client based on Element with a more traditional instant messaging experience",
  "author": "SchildiChat",
  "repository": {
    "url": "https://github.com/SchildiChat/element-desktop"
  },
  "homepage": "https://schildi.chat/",
  "dependencies": {
    "electron-osx-sign": "^0.5.0"
  },
  "build": {
    "appId": "chat.schildi.desktop.lite",
    "linux": {
      "target": "deb",
      "category": "Network;InstantMessaging;Chat;VideoConference",
      "maintainer": "codeworks@supercable.onl",
      "desktop": {
        "StartupWMClass": "schildichatlite"
      }
    },
    "deb": {
      "depends": ["libgtk-3-0", "libnotify4", "libnss3", "libxss1", "libxtst6", "xdg-utils", "libatspi2.0-0", "libuuid1", "libsecret-1-0"],
      "packageCategory": "net",
      "priority": "extra"
    },
    "mac": {
      "category": "public.app-category.social-networking",
      "extendInfo": {
        "NSUserActivityTypes": [
          "org.matrix.room"
        ],
        "ITSAppUsesNonExemptEncryption": true
      },
      "darkModeSupport": true,
      "hardenedRuntime": true,
      "entitlements": "build/entitlements.mac.plist",
      "entitlementsInherit": "build/entitlements.mac.inherit.plist",
      "asarUnpack": [
        ".hak/hakModules/keytar/build/Release/keytar.node",
        ".hak/hakModules/matrix-seshat/native/index.node"
      ]
    },
    "dmg": {
      "icon": "build/dmg.icns"
    },
    "mas": {
      "extendInfo": {
        "LSMultipleInstancesProhibited": true
      },
      "entitlements": "build/entitlements.mas.plist",
      "provisioningProfile": "build/schildi_dev.provisionprofile",
      "hardenedRuntime": false
    },
    "protocols": [
      {
        "name": "element",
        "schemes": [
          "element"
        ]
      },
      {
        "name": "schildichat",
        "schemes": [
          "schildichat"
        ]
      }
    ]
  }
}