{
  "id": "/",
  "short_name": "Satori",
  "name": "Satori: Daily Prediction Game",
  "description": "Predict the next value on any data stream. Build streaks, earn rewards. Fully on-chain.",
  "categories": ["games", "finance"],
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "favicon-96x96.png",
      "type": "image/png",
      "sizes": "96x96"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "logo-maskable-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "logo-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#121212",
  "background_color": "#121212",
  "screenshots": [
    {
      "src": "screenshot-mobile-1-predict.png",
      "sizes": "393x852",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Predict the next move"
    },
    {
      "src": "screenshot-mobile-2-dashboard.png",
      "sizes": "393x852",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Track your balance, streaks, and rewards"
    },
    {
      "src": "screenshot-mobile-3-leaderboard.png",
      "sizes": "393x852",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "See the best predictors"
    },
    {
      "src": "screenshot-desktop-1.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Satori dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Predict",
      "short_name": "Predict",
      "description": "Make today's predictions",
      "url": "./",
      "icons": [{ "src": "logo-maskable-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Balance, streaks, rewards",
      "url": "./?tab=dashboard",
      "icons": [{ "src": "logo-maskable-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Leaderboard",
      "short_name": "Leaderboard",
      "description": "Top predictors",
      "url": "./?tab=leaderboard",
      "icons": [{ "src": "logo-maskable-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
