{
  "id": "com.storifyapp.web",
  "name": "Storify",
  "short_name": "Storify",
  "description": "Transform Family Memories into Illustrated Storybooks",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "lang": "en",
  "dir": "ltr",
  "categories": ["books", "education", "kids", "family"],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/id6757263685",
      "id": "id6757263685"
    },
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.storifyapp.mobile",
      "id": "com.storifyapp.mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Story",
      "url": "/create",
      "icons": [{ "src": "/icon.png", "sizes": "500x500", "type": "image/png" }]
    },
    {
      "name": "My Stories",
      "url": "/stories",
      "icons": [{ "src": "/icon.png", "sizes": "500x500", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "500x500",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
