{
  "id": "storytilecraft-pwa",
  "name": "StoryTileCraft App",
  "short_name": "StoryTileCraft-App",
  "description": "StoryTileCraft Progressive Web App supports offline mode and installation to mobile device. StoryTileCraft app is therapeutic stories drawing and gamification tool for CBT and TF-CBT therapysts.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "fullscreen",
  "background_color": "#0ea5e9",
  "theme_color": "#f97316",
  "icons": [
    {
      "src": "/images/icons/favicon-64x64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/images/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "categories":["art", "story", "gamification", "cbt"],
  "related_applications": [
  {
    "platform": "play",
    "url": "https://play.google.com/store/apps/details?id=co.median.android.wjzyrd",
    "id": "co.median.android.wjzyrd"
  }
],

  "shortcuts": [
    {
      "name": "Draw Story",
      "short_name": "DrawStory",
      "url": "/?fc=6"
    },
    {
      "name": "Free Draw",
      "short_name": "FreeDraw",
      "url": "/?fc=0"
    },
    {
      "name": "Art Draw",
      "short_name": "ArtDraw",
      "url": "/?fc=0&drwtec=bubbles"
    }
  ]
}