{
  "name": "ContentShelter - Content Management Platform",
  "short_name": "ContentShelter",
  "description": "A centralized platform to create and store content that websites can fetch via API or embed script. Manage blogs, articles, guides, and more with powerful API integration.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "utilities", "developer-tools"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.ico", "sizes": "any" }]
    },
    {
      "name": "Create Content",
      "short_name": "Create",
      "description": "Create new content",
      "url": "/dashboard/create",
      "icons": [{ "src": "/favicon.ico", "sizes": "any" }]
    }
  ]
}
