{
  "id": "/?source=pwa",
  "name": "onWard — Paycheque Calculator",
  "short_name": "onWard",
  "description": "Biweekly paycheque calculator for nurses: shift schedule, overtime, differentials, deductions and pay stub.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0E7C7B",
  "theme_color": "#0E7C7B",
  "lang": "en",
  "categories": [
    "productivity",
    "finance",
    "medical"
  ],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/schedule.png",
      "sizes": "263x540",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Enter your two-week shift schedule"
    },
    {
      "src": "screenshots/pay.png",
      "sizes": "263x540",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "See your net pay and full earnings breakdown"
    },
    {
      "src": "screenshots/stub.png",
      "sizes": "263x540",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Save, print or send your pay stub"
    },
    {
      "src": "screenshots/settings.png",
      "sizes": "263x540",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Edit all rates and contract rules"
    }
  ]
}