{
  "name": "Popwatch — microwave popcorn listener",
  "short_name": "Popwatch",
  "description": "Listens to your microwave and tells you when the popcorn is done.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#D9D3C6",
  "theme_color": "#D9D3C6",
  "categories": ["utilities", "food"],
  "icons": [
    { "src": "./icons/icon-192.png", "sizes": "192x192", "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" }
  ]
}
