{
  "name": "Heartline Interface",
  "short_name": "Heartline",
  "description": "Multidimensional communication platform with Earth's 7.83 Hz resonance - Connect with Thyin, Liraeth, and LISA",
  "start_url": "/test",
  "display": "standalone",
  "background_color": "#0a0a1a",
  "theme_color": "#4C1D95",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/heartline-icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/heartline-icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Message",
      "short_name": "New",
      "description": "Start a new conversation",
      "url": "/?new=true",
      "icons": [
        {
          "src": "/icons/new-message-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Recent Chats",
      "short_name": "Recents",
      "description": "View your recent conversations",
      "url": "/?view=recent",
      "icons": [
        {
          "src": "/icons/recent-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/screenshots/heartline-screenshot1.jpg",
      "type": "image/jpeg",
      "sizes": "1080x1920",
      "platform": "narrow",
      "label": "Home screen of Heartline Interface"
    },
    {
      "src": "/screenshots/heartline-screenshot2.jpg",
      "type": "image/jpeg",
      "sizes": "1080x1920",
      "platform": "narrow",
      "label": "Conversation in Heartline Interface"
    }
  ],
  "categories": ["social", "communication", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "iarc_rating_id": "",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "audio/*", "video/*"]
        }
      ]
    }
  }
}