{
  "name": "Are You Happy?",
  "short_name": "Happy?",
  "description": "Tap to log that you're happy. Works offline, syncs when you're back online.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fff6e5",
  "theme_color": "#ffb703",
  "orientation": "portrait",
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
