{
  "name": "Loop — Creator Command Center",
  "short_name": "Loop",
  "description": "Turn every Instagram comment into a conversation and every conversation into a sale.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0b12",
  "theme_color": "#0b0b12",
  "icons": [
    { "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/app-icon-1024.png", "sizes": "1024x1024", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Glance view of today's key numbers",
      "url": "/today",
      "icons": [{ "src": "/shortcut-today.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "New automation",
      "short_name": "New",
      "description": "Create a new keyword automation",
      "url": "/automations?new=1",
      "icons": [{ "src": "/shortcut-automation.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Broadcast",
      "short_name": "Broadcast",
      "description": "Send a broadcast to your subscribers",
      "url": "/subscribers?broadcast=1",
      "icons": [{ "src": "/shortcut-broadcast.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Live feed",
      "short_name": "Feed",
      "description": "See automations firing in real time",
      "url": "/automations#feed",
      "icons": [{ "src": "/shortcut-feed.png", "sizes": "512x512", "type": "image/png" }]
    }
  ]
}
