{
    "name": "Adictionary",
    "short_name": "Adictionary",
    "start_url": "/",
    "display_override": ["window-control-overlay", "minimal-ui"],
    "display": "standalone",
    "id": "/",
    "scope": "/",
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "description": "Words memorization dictionary that helps to learn new words with the help of modern AI models.",
    "categories": ["education", "productivity"],
    "share_target": {
      "action": "receive-word",
      "enctype": "application/x-www-form-urlencoded",
      "method": "GET",
      "params": {
          "title": "shared_title",
          "text": "shared_text",
          "url": "url"
      }
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
      },
    "screenshots": [{
        "src": "screenshots/shot1.jpg",
        "sizes": "1242x2518",
        "platform": "ios",
        "form_factor": "narrow",
        "label": "How to add a new word"
      },
      {
        "src": "screenshots/shot2.jpg",
        "sizes": "1242x2436",
        "platform": "ios",
        "form_factor": "narrow",
        "label": "Many added words view"
      }
      ,
      {
        "src": "screenshots/shot3.jpg",
        "sizes": "1242x2494",
        "platform": "ios",
        "form_factor": "narrow",
        "label": "Generated text based on your words"
      }
    ],
    "icons": [
     {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
     },
     {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
     }
   ]
 }