{
  "name": "mytodoos — Simple Task Manager",
  "short_name": "mytodoos",
  "description": "Simple tasks for everyone, everywhere. Manage your to-dos solo or with your team.",
  "id": "https://mytodoos.bizruntool.com/",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0C0C14",
  "theme_color": "#0C0C14",
  "categories": ["productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    { "src": "icons/icon-72.png",          "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-96.png",          "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-128.png",         "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-144.png",         "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-152.png",         "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-192.png",         "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-384.png",         "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png",         "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png","sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "mytodoos home screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Task",
      "short_name": "Add",
      "description": "Quickly add a new task",
      "url": "/index.php?action=add",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "View All Tasks",
      "short_name": "Tasks",
      "description": "See all your tasks",
      "url": "/index.php",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
