{
  "id": "com.eden.toaster",
  "name": "Toast Notifications",
  "version": "1.0.0",
  "overlay": true,
  "autostart": true,
  "permissions": ["notification/display"],
  "build": {
    "command": "npm run build"
  },
  "frontend": {
    "entry": "dist/index.html"
  },
  "window": {
    "mode": "floating",
    "overlayPriority": 100,
    "defaultSize": {
      "width": 0,
      "height": 0
    },
    "defaultPosition": {
      "x": 0,
      "y": 0
    },
    "scaling": "auto",
    "injections": {
      "css": "full",
      "appFrame": false
    }
  }
}
