{
  "name": "Barker",
  "short_name": "Barker",
  "description": "Voice-controlled sequence player for step by step instruction",
  "start_url": "/?source=pwa&utm_medium=pwa&utm_source=homescreen",
  "scope": "/",
  "icons": [
    {
      "src": "android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "../screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "../screenshots/mobile.png",
      "sizes": "603x1311",
      "type": "image/png"
    }
  ],
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "any",
  "categories": ["fitness", "food", "sports", "productivity"],
  "prefer_related_applications": false
}