{
  "short_name": "Burn Rate",
  "name": "Burn Rate - Meeting Cost Calculator",
  "description": "Calculate real-time meeting costs with a snarky attitude. Watch your money burn while you sit in meetings.",
  "icons": [
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "logo"
    },
    {
      "src": "/icon-192-temp.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512-temp.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "https://i.postimg.cc/d09W9FkY/icon_192_temp.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://i.postimg.cc/W4797VFP/icon_512_temp.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "https://i.postimg.cc/cCPTJ42y/Screenshot_2026_01_22_103439.png",
      "sizes": "433x932",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Setup screen - Configure meeting parameters"
    },
    {
      "src": "https://i.postimg.cc/H84bZHT3/Screenshot-2026-01-22-103447.png",
      "sizes": "433x934",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Timer screen - Watch the money burn in real-time"
    },
    {
      "src": "https://i.postimg.cc/q6X2b0pG/Screenshot-2026-01-22-103455.png",
      "sizes": "431x933",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Receipt screen - See the damage and share results"
    }
  ],
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser",
    "window-controls-overlay"
  ],
  "orientation": "portrait-primary",
  "theme_color": "#26D962",
  "background_color": "#ffffff",
  "categories": [
    "productivity",
    "business",
    "finance"
  ],
  "dir": "ltr",
  "lang": "en-US",
  "prefer_related_applications": false,
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Start Timer",
      "short_name": "Timer",
      "description": "Start a new meeting cost calculation",
      "url": "/",
      "icons": [
        {
          "src": "/logo.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}