{
  "name": "React Native Documentation",
  "short_name": "React Native",
  "description": "Learn once, write anywhere.",
  "theme_color": "#20232a",
  "background_color": "#20232a",
  "display": "minimal-ui",
  "orientation": "any",
  "scope": "./",
  "start_url": "./index.html",
  "id": "./index.html",
  "shortcuts": [
    {
      "name": "Docummentation",
      "short_name": "Docs",
      "url": "/docs/getting-started",
      "icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Core Components",
      "short_name": "Components",
      "url": "/docs/components-and-apis",
      "icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Core APIs",
      "short_name": "APIs",
      "url": "/docs/accessibilityinfo",
      "icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "url": "/community/overview",
      "icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "url": "/blog",
      "icons": [{ "src": "img/pwa/manifest-icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "img/pwa/manifest-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/pwa/manifest-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
