{
  "name": "Magic Traces - Photo to Coloring Book",
  "short_name": "Magic Traces",
  "description": "Turn your photos into beautiful coloring books for kids!",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#9333EA",
  "theme_color": "#9333EA",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "screenshot-narrow.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": [
    "kids",
    "entertainment",
    "photo",
    "art"
  ],
  "lang": "en",
  "scope": "./",
  "prefer_related_applications": false
}