{
  "id": "app.hmmmm",
  "version": "0.1.0",
  "name": "Hmmmm",
  "short_name": "Hmmmm",
  "description": "The app that helps you think",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1B5E4B",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "scope": "./",
  "prefer_related_applications": false
}
