{
  "name": "LastList",
  "short_name": "LastList",
  "description": "One app for every list — shopping, tasks, wishlists, packing, and more.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#a51c30",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "lifestyle", "shopping"],
  "iarc_rating_id": "b15cd313-003f-87a7-8340-3f045401b3da",
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/Desktop.png",
      "sizes": "1910x904",
      "type": "image/png",
      "form_factor": "wide",
      "label": "LastList on desktop"
    },
    {
      "src": "/screenshots/ShoppingLists.png",
      "sizes": "1284x2778",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Shopping Lists"
    },
    {
      "src": "/screenshots/ShoppingPlan.png",
      "sizes": "1284x2778",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Shopping Plan"
    },
    {
      "src": "/screenshots/WishLists.png",
      "sizes": "1284x2778",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Wish Lists"
    },
    {
      "src": "/screenshots/PackingLists.png",
      "sizes": "1284x2778",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Packing Lists"
    },
    {
      "src": "/screenshots/InventoryLists.png",
      "sizes": "1284x2778",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Inventory Lists"
    }
  ],
  "shortcuts": [
    {
      "name": "LastRecipe",
      "short_name": "LastRecipe",
      "description": "Open the LastRecipe browser",
      "url": "/?action=lastrecipe",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Quick Shop",
      "short_name": "Quick Shop",
      "description": "Start a Quick Shop",
      "url": "/?action=quick-shop",
      "icons": [{ "src": "/icons/shortcut-shop.png", "sizes": "96x96" }]
    },
    {
      "name": "Resume",
      "short_name": "Resume",
      "description": "Pick up where you left off",
      "url": "/?action=resume",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  },
  "note_taking": {
    "new_note_url": "/?action=new-note"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "id": "com.lastlistapp.pwa"
}
