{
  "name": "Twinkle — Where Family Shines",
  "short_name": "Twinkle",
  "description": "Twinkle — o painel familiar com calendário, tarefas, refeições e recompensas para sua família brilhar",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#FFFBF5",
  "theme_color": "#7C3AED",
  "orientation": "any",
  "scope": "/prototype/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop-1.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "Twinkle Dashboard"
    },
    {
      "src": "screenshots/mobile-1.png",
      "sizes": "750x1334",
      "type": "image/png",
      "platform": "narrow",
      "label": "Mobile Calendar View"
    }
  ],
  "shortcuts": [
    {
      "name": "Today's Tasks",
      "short_name": "Tasks",
      "description": "View today's tasks",
      "url": "/prototype/index.html?view=tasks",
      "icons": [
        {
          "src": "icons/shortcut-tasks.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "Open calendar",
      "url": "/prototype/index.html?view=calendar",
      "icons": [
        {
          "src": "icons/shortcut-calendar.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Meal Plan",
      "short_name": "Meals",
      "description": "View meal plan",
      "url": "/prototype/index.html?view=meals",
      "icons": [
        {
          "src": "icons/shortcut-meals.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/prototype/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "photos",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
