{
  "name": "Pause App",
  "short_name": "Pause",
  "description": "En enkel pause-alarm, der virker offline og kan installeres som app.",
  "start_url": ".",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f0f10",
  "theme_color": "#d1584c",
  "lang": "da-DK",
  "categories": ["productivity", "health", "utilities"],
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ]
}