{
  "short_name": "ReoInvoice",
  "name": "ReoInvoice - Automated Invoicing",
  "description": "Automated invoicing system for Reotech.",
  "lang": "en",
  "icons": [
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "type": "image/png",
      "sizes": "540x720",
      "form_factor": "narrow",
      "label": "ReoInvoice mobile view"
    },
    {
      "src": "screenshot-desktop.png",
      "type": "image/png",
      "sizes": "1280x720",
      "form_factor": "wide",
      "label": "ReoInvoice desktop view"
    }
  ],
  "shortcuts": [
    {
      "name": "New expense",
      "short_name": "New expense",
      "description": "Create a new expense",
      "url": "/expenses?new=1"
    },
    {
      "name": "New voice expense",
      "short_name": "Voice expense",
      "description": "Capture a new voice expense",
      "url": "/expenses?voice=1"
    }
  ],
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0A2436",
  "background_color": "#F3F8FB"
}
