{
  "name": "Flowver \u2014 Social Calendar",
  "short_name": "Flowver",
  "description": "Discover events, coordinate with friends, and explore your city.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F9F7F4",
  "theme_color": "#C85C3E",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Plan my weekend",
      "short_name": "Plan",
      "url": "/?go=plan-weekend",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Map",
      "short_name": "Map",
      "url": "/?go=map",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Create event",
      "short_name": "Create",
      "url": "/?go=create",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "title": "st_title",
      "text": "st_text",
      "url": "st_url"
    }
  }
}