{
  "id": "sabimaketa-pwa",
  "name": "SabiMaketa",
  "short_name": "SabiMaketa",
  "description": "Intelligent Marketing Platform",
  "lang": "en",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#080808",
  "theme_color": "#FF7A1A",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/demo/demo-03-dashboard.webp",
      "type": "image/webp",
      "label": "Dashboard overview"
    },
    {
      "src": "/demo/demo-04-approvals.webp",
      "type": "image/webp",
      "label": "Content approvals"
    },
    {
      "src": "/demo/demo-05-analytics.webp",
      "type": "image/webp",
      "label": "Analytics"
    },
    {
      "src": "/demo/demo-06-platforms.webp",
      "type": "image/webp",
      "label": "Platform connections"
    }
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "Go to dashboard",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Create Content",
      "url": "/dashboard/create",
      "description": "Create new content",
      "icons": [
        {
          "src": "/icons/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}