{
  "name": "Streak CRM Integration",
  "short_name": "Streak CRM",
  "description": "Web-based interface for Streak CRM API integration",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#4318FF",
  "background_color": "#F5F7FA",
  "icons": [
    {
      "src": "img/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "img/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "img/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "img/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "img/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "img/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "img/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "./",
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "dashboard.html",
      "description": "View CRM dashboard"
    },
    {
      "name": "Pipelines",
      "url": "pipelines.html",
      "description": "Manage pipelines"
    },
    {
      "name": "Boxes",
      "url": "boxes.html",
      "description": "Manage boxes"
    },
    {
      "name": "Contacts",
      "url": "contacts.html",
      "description": "Manage contacts"
    }
  ],
  "screenshots": [
    {
      "src": "img/screenshot-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Dashboard view"
    },
    {
      "src": "img/screenshot-pipeline.png",
      "sizes": "1280x720",
      "type": "image/png",
      "label": "Pipeline management"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}