{
  "name": "udictio",
  "short_name": "udictio",
  "description": "udictio is a dictionary app that allows you to search for words and definitions.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#3ba7a5",
  "shortcuts": [
    {
      "name": "create new entry",
      "short_name": "new entry",
      "description": "create a new entry about any topic",
      "url": "https://udictio.com/entry/create/",
      "icons": [{ "src": "/static/dictionary/img/Icon-iOS-Default-1024x1024@2x.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "activity",
      "short_name": "activity",
      "description": "view your notifications",
      "url": "https://udictio.com/activity/",
      "icons": [{ "src": "/static/dictionary/img/Icon-iOS-Default-1024x1024@2x.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "messages",
      "short_name": "messages",
      "description": "view and send messages",
      "url": "https://udictio.com/messages/",
      "icons": [{ "src": "/static/dictionary/img/Icon-iOS-Default-1024x1024@2x.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/static/dictionary/img/Icon-macOS-Default-1024x1024@2x.png",
      "sizes": "1024x1024",
      "type": "image/png"
    },
    {
      "src": "/static/dictionary/img/Icon-iOS-Default-1024x1024@2x.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/dictionary/img/Icon-iOS-Default-1024x1024@2x.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/dictionary/img/Icon-iOS-Default-1024x1024@2x.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}