{
  "id": "com.eden.eveshell",
  "name": "Shell for Eden",
  "version": "1.0.0",
  "overlay": true,
  "permissions": [
    "db/rw",
    "user/identity",
    "user/session",
    "session/read",
    "session/manage",
    "package/read",
    "process/read",
    "process/manage",
    "view/manage",
    "system/power"
  ],
  "build": {
    "command": "npm run build"
  },
  "frontend": {
    "entry": "dist/index.html"
  },
  "window": {
    "mode": "floating",
    "defaultSize": {
      "width": 1200,
      "height": 72
    },
    "defaultPosition": {
      "x": 40,
      "y": 700
    },
    "scaling": "auto",
    "injections": {
      "css": "full",
      "appFrame": false
    }
  }
}
