{
  "name": "Teamatical",
  "short_name": "Teamatical",
  "start_url": "/home?utm_source=pwa",
  "id": "/home?utm_source=pwa",
  "display": "standalone",
  "display_override": ["fullscreen", "minimal-ui"],
  "theme_color": "#30302D",
  "background_color": "#30302D",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "images/manifest/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/manifest/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/manifest/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Custom Store",
      "short_name": "Custom Store",
      "description": "SET UP YOUR STORE IN SECONDS. SIMPLE DRAG AND DROP WILL DO. CREATE YOUR TEAM STORE NOW!",
      "url": "/store?utm_source=pwa",
      "icons": [{ "src": "/images/manifest/shortcut-192x192-create-store.png", "sizes": "192x192" }]
    },
    {
      "name": "My Account - Orders",
      "short_name": "My Account",
      "description": "SET UP YOUR STORE IN SECONDS. SIMPLE DRAG AND DROP WILL DO. CREATE YOUR TEAM STORE NOW!",
      "url": "/account?utm_source=pwa",
      "icons": [{ "src": "/images/manifest/shortcut-192x192-myaccount.png", "sizes": "192x192" }]
    },
    {
      "name": "Help",
      "short_name": "Help",
      "description": "Help",
      "url": "/help?utm_source=pwa",
      "icons": [{ "src": "/images/manifest/shortcut-192x192-help.png", "sizes": "192x192" }]
    }
  ]
}