{
  "name": "JomaRakho",
  "short_name": "JomaRakho",
  "id": "/?source=pwa",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone"],
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "description": "Securely organized digital life.",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "iarc_rating_id": "e84b072d-71b5-4011-b9be-0808b88bd3b9",
  "categories": ["productivity", "utilities"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.jomarakho.app",
      "id": "com.jomarakho.app"
    }
  ],
  "scope_extensions": [
    { "origin": "*.jomarakho.com" }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "New Link",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": { "application/json": [".json"] }
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    { "protocol": "web+jomarakho", "url": "/?link=%s" }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "widgets": [
    {
      "name": "JomaRakho Widget",
      "description": "Quick Links",
      "tag": "jomarakho",
      "ms_ac_template": "/",
      "data": "/",
      "type": "application/json"
    }
  ],
  "edge_side_panel": { "preferred_width": 400 },
  "note_taking": { "new_note_url": "/" }
}