{
  "name": "Step Away App Powered Tabletop System",
  "short_name": "Step Away",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#07090c",
  "theme_color": "#090b0e",
  "description": "App powered tabletop case system. The physical cards carry the human response; the app carries hidden pressure, feedback, scoring and saved outcomes.",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "version": "3.0.0"
}