{
  "name": "Data Cleaner",
  "short_name": "DataCleaner",
  "description": "Messy in. Tidy out. Turn messy data into clean Excel sheets.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fbfbf8",
  "theme_color": "#3e7a4d",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clean Data",
      "short_name": "Clean",
      "url": "/data-cleaner.html",
      "description": "Clean your messy data"
    },
    {
      "name": "Timesheet",
      "short_name": "Timesheet",
      "url": "/data-cleaner-timesheet.html",
      "description": "Monthly timesheet generator"
    }
  ]
}
