{
  "id": "/capture/",
  "name": "Notestopin",
  "short_name": "Notestopin",
  "description": "Add private notes and tags to Pinterest Pins from your share sheet.",
  "lang": "en",
  "start_url": "/capture/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f7f5f2",
  "theme_color": "#f7f5f2",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "/assets/pwa-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa-icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Note a Pin",
      "short_name": "New note",
      "description": "Paste a Pinterest URL and add a note.",
      "url": "/capture/?source=pwa-shortcut",
      "icons": [
        {
          "src": "/assets/pwa-icon.svg",
          "sizes": "any",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
