{
  "name": "Petra — Messages Worth Keeping",
  "short_name": "Petra",
  "description": "Messages that become lifelong treasures. Write postcards, seal time capsules, preserve your days.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F4EFE7",
  "theme_color": "#F4EFE7",
  "orientation": "portrait",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-72x72.png?v=2",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png?v=2",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png?v=2",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png?v=2",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png?v=2",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png?v=2",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-512x512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["lifestyle", "social"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "share_target": {
    "action": "/contacts-import.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "contacts",
          "accept": [
            ".vcf",
            ".vcard",
            ".csv",
            "text/vcard",
            "text/x-vcard",
            "text/csv",
            "text/plain"
          ]
        }
      ]
    }
  },
  "screenshots": [
    {
      "src": "/screenshots/home-screen.png?v=2",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Petra Home Screen"
    },
    {
      "src": "/screenshots/postcard-create.png?v=2",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Creating a Postcard"
    }
  ],
  "shortcuts": [
    {
      "name": "Write Today",
      "short_name": "Today",
      "description": "Start a new journal entry",
      "url": "/?action=journal",
      "icons": [{ "src": "/icons/shortcut-journal.png?v=2", "sizes": "96x96" }]
    },
    {
      "name": "Send Postcard",
      "short_name": "Postcard",
      "description": "Create and send a postcard",
      "url": "/?action=postcard",
      "icons": [{ "src": "/icons/shortcut-postcard.png?v=2", "sizes": "96x96" }]
    },
    {
      "name": "Write a Letter",
      "short_name": "Letter",
      "description": "Write a long letter on premium stationery",
      "url": "/?action=letter",
      "icons": [{ "src": "/icons/shortcut-postcard.png?v=2", "sizes": "96x96" }]
    }
  ]
}
