{
  "name": "nm Recorder",
  "short_name": "nm",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#050505",
  "description": "Kid-friendly offline voice recorder for Nova and Mave.",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-180.png",
      "type": "image/png",
      "sizes": "180x180"
    },
    {
      "src": "/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "categories": ["kids", "lifestyle", "education"],
  "shortcuts": [
    {
      "name": "Record",
      "url": "/",
      "description": "Jump to the recorder"
    },
    {
      "name": "Archive",
      "url": "/archive",
      "description": "Browse stored clips"
    }
  ]
}
