{
  "name": "MultiplyOS Notes",
  "short_name": "Notes",
  "description": "Private notes for Futures Church pastors",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0B1320",
  "background_color": "#FFFFFF",
  "categories": ["productivity"],
  "lang": "en",
  "icons": [
    { "src": "/multiplyos/pwa/icon-64.png", "sizes": "64x64", "type": "image/png", "purpose": "any" },
    { "src": "/multiplyos/pwa/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/multiplyos/pwa/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/multiplyos/pwa/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        { "name": "files", "accept": ["image/*", "application/pdf", "text/plain", ".pdf", ".heic", ".heif", ".png", ".jpg", ".jpeg"] }
      ]
    }
  }
}
