{
  "name": "nmbr",
  "short_name": "nmbr",
  "description": "The first AI-native phone nmbr for calling and messaging, that learns, remembers, and talks to you!",
  "id": "/app/",
  "scope": "/app/",
  "start_url": "/app/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0f0a1e",
  "theme_color": "#8b5cf6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/app/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/app/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "url": "/app/chats",
      "icons": [{ "src": "/app/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "New Call",
      "short_name": "Call",
      "url": "/app/calls",
      "icons": [{ "src": "/app/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Contacts",
      "short_name": "Contacts",
      "url": "/app/contacts",
      "icons": [{ "src": "/app/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Email",
      "short_name": "Email",
      "url": "/app/emails",
      "icons": [{ "src": "/app/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "categories": ["communication", "social"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/app/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*", "audio/*", "application/pdf", "application/msword", "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.ms-excel", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.ms-powerpoint", "application/vnd.openxmlformats-officedocument.presentationml.presentation", "text/plain", "text/csv"]
        }
      ]
    }
  }
}
