{
  "name": "Leyendo",
  "short_name": "Leyendo",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "description": "Your bookmarks, organized & shareable",
  "orientation": "portrait",
  "categories": ["productivity", "news"],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Bookmark",
      "short_name": "New",
      "description": "Save a new bookmark",
      "url": "/",
      "icons": [
        {
          "src": "/shortcut-new-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View your profile and settings",
      "url": "/profile",
      "icons": [
        {
          "src": "/shortcut-profile-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
