{
  "name": "Digital Towns",
  "short_name": "Digital Towns",
  "description": "Hyperlocal giveaways, neighbor listings, and founding plots for your town.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#080D1A",
  "theme_color": "#C9A84C",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "share_target": {
    "action": "/share-listing",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "My Town",
      "url": "/home",
      "description": "Go to your town"
    },
    {
      "name": "Neighbor Listings",
      "url": "/sebastian/neighbor-listings",
      "description": "Browse what neighbors are selling"
    }
  ]
}
