{
  "name": "Oreo's Map Quest",
  "short_name": "Map Quest",
  "description": "Drag US state names and capitals onto the map with Oreo!",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#007aaf",
  "theme_color": "#007aaf",
  "orientation": "landscape",
  "icons": [
    {
      "src": "oreo-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
