{
  "id": "/",
  "name": "Web Office",
  "short_name": "Web Office",
  "description": "Create and edit documents, spreadsheets and presentations online. Supports company workspaces, cloud storage and multilingual translation.",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#f7f9fc",
  "theme_color": "#2563eb",
  "categories": [
    "business",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "/assets/icons/pwa/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/pwa/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/pwa/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/pwa/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/pwa/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/pwa/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/pwa/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/pwa/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Document",
      "short_name": "Document",
      "description": "Create a new document",
      "url": "/word/new.php",
      "icons": [
        {
          "src": "/assets/icons/pwa/word-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New Spreadsheet",
      "short_name": "Spreadsheet",
      "description": "Create a new spreadsheet",
      "url": "/excel/new.php",
      "icons": [
        {
          "src": "/assets/icons/pwa/excel-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "New Presentation",
      "short_name": "Presentation",
      "description": "Create a new presentation",
      "url": "/powerpoint/new.php",
      "icons": [
        {
          "src": "/assets/icons/pwa/powerpoint-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Files",
      "short_name": "Files",
      "description": "Open my Web Office files",
      "url": "/files/my-files.php",
      "icons": [
        {
          "src": "/assets/icons/pwa/files-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}