{
  "id": "/",
  "name": "goldcross — SMA Crossover Backtester",
  "short_name": "goldcross",
  "description": "Grid-search SMA crossover backtests for any crypto symbol",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0a0a0c",
  "theme_color": "#0a0a0c",
  "orientation": "portrait-primary",
  "categories": ["finance", "productivity"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "screenshots/SCREENSHOT3_play.png", "sizes": "591x1182", "type": "image/png", "form_factor": "narrow", "label": "Configure a backtest — symbol, duration, exposure, and fees" },
    { "src": "screenshots/SCREENSHOT2_play.png", "sizes": "591x1182", "type": "image/png", "form_factor": "narrow", "label": "Interactive heatmap of every SMA combination" },
    { "src": "screenshots/SCREENSHOT1_play.png", "sizes": "591x1182", "type": "image/png", "form_factor": "narrow", "label": "Price chart with crossover markers and one-tap Pine Script export" }
  ]
}
