{
  "name": "Dofy — Do For You",
  "short_name": "Dofy",
  "description": "Your personal community assistant. Post tasks, get help from nearby Dofy Dudes.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#FF5C35",
  "theme_color": "#FF5C35",
  "orientation": "portrait",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["lifestyle", "utilities"],
  "shortcuts": [
    { "name": "Post a Task", "short_name": "New Task", "url": "/index.html#post-task", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
