{
  "name": "Damaplus",
  "short_name": "Damaplus",
  "description": "XO, Dama, and Chess real-time wager games for customers.",
  "version": "1.0.0",
  "channel": "telebirr-superapp",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#101820",
  "background_color": "#f6f7fb",
  "entry": {
    "player": "./index.html",
    "admin": "./admin.html"
  },
  "api": {
    "health": "./api/miniapp/health",
    "state": "./api/state",
    "playerRegister": "./api/player/register",
    "telebirrCallback": "./api/telebirr/callback"
  },
  "permissions": [
    "customer_phone_number"
  ],
  "launchParameters": [
    "phone",
    "msisdn",
    "mobile",
    "phoneNumber",
    "account",
    "tel",
    "name",
    "displayName",
    "nickname"
  ],
  "productionNotes": [
    "Set config.js API_BASE to the HTTPS API origin when the API is not served from the same host.",
    "Disable local API fallback outside localhost.",
    "Wire top-up, withdrawal, stake debit, payout, refund, and commission settlement to the official Telebirr payment APIs before real-money launch."
  ]
}
