{
  "name": "Tina",
  "short_name": "Tina",
  "description": "Votre archive d'inspirations. Save it. Find it.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a1816",
  "theme_color": "#1a1816",
  "lang": "fr",
  "dir": "ltr",
  "categories": ["lifestyle", "productivity", "social"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/add",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Bibliothèque",
      "url": "/library",
      "description": "Voir tes catégories"
    },
    {
      "name": "Tous",
      "url": "/home",
      "description": "Tous tes saves"
    }
  ]
}
