{
  "name": "MobiusPhone",
  "short_name": "MobiusPhone",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#F8F2EC",
  "theme_color": "#7A6A5A",
  "orientation": "portrait",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='40' fill='%237A6A5A'/><text x='96' y='120' text-anchor='middle' font-size='80' fill='white'>M</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='100' fill='%237A6A5A'/><text x='256' y='320' text-anchor='middle' font-size='200' fill='white'>M</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ]
}