{
  "short_name": "HobbyBox App",
  "name": "HobbyBox App",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/png"
    },
    {
      "src": "icon.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icon.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.hobbybox.HobbyBoxApp.android",
      "url": "https://play.google.com/store/apps/details?id=com.hobbybox.HobbyBoxApp.android"
    },
    {
      "platform": "itunes",
      "id": "6484271196",
      "url": "https://apps.apple.com/app/id6484271196"
    }
  ]
}