{
  "name": "Momentik - Content Intelligence Platform",
  "short_name": "Momentik",
  "description": "The content intelligence platform that detects trends, generates AI briefs, and measures performance. Built for brands and creators who move fast.",
  "start_url": "/dashboard?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#030303",
  "theme_color": "#7c3aed",
  "orientation": "portrait-primary",
  "scope": "/",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "categories": ["business", "productivity", "social", "marketing"],
  "shortcuts": [
    {
      "name": "Create Content",
      "short_name": "Create",
      "description": "Generate AI-powered captions and content",
      "url": "/captions?source=shortcut",
      "icons": [
        {
          "src": "/icon-light-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Trends",
      "short_name": "Trends",
      "description": "Explore trending topics and insights",
      "url": "/trends?source=shortcut",
      "icons": [
        {
          "src": "/icon-light-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "Manage your content calendar",
      "url": "/calendar?source=shortcut",
      "icons": [
        {
          "src": "/icon-light-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icon-light-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-dark-32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
