﻿{
  "name": "StorePulse â€” Golden Marketing Kenya",
  "short_name": "StorePulse",
  "description": "Shelf intelligence for Brand Ambassadors",
  "start_url": "/field/",
  "display": "standalone",
  "background_color": "#080E1A",
  "theme_color": "#14B8A6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/static/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/pwa/screenshot-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "StorePulse home screen"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Capture shelf",
      "short_name": "Capture",
      "description": "Take a shelf photo",
      "url": "/field/capture/",
      "icons": [{"src": "/static/pwa/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "My history",
      "short_name": "History",
      "url": "/field/history/",
      "icons": [{"src": "/static/pwa/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
