{
  "name": "Achorn",
  "short_name": "Achorn",
  "description": "Keep track of your pantry and save money!",
  "start_url": "https://www.achorn.io",
  "scope": "https://www.achorn.io",
  "lang": "en",
  "dir": "ltr",
  "theme_color": "#F58220",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "display": "standalone",
  "orientation": "portrait-primary",
  "shortcuts": [
    {
      "name": "Profile",
      "url": "/profile"
    },
    {
      "name": "My stack",
      "url": "/dashboard",
      "description": "Start keeping track of your stack."
    }
  ],
  "categories": [
    "lifestyle",
    "food",
    "finance",
    "health",
    "utilities"
  ],
  "screenshots": []
}