{
  "name": "Found - Save Anything. Find Everything.",
  "short_name": "Found",
  "description": "Instant note taking app to Save Anything and Find Everything",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone", "minimal-ui"],
  "background_color": "#B8F0D0",
  "theme_color": "#B8F0D0",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "social", "lifestyle", "news"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "privacy_policy": "https://justsafeit.com/privacy-policy",
  "launch_handler": {
    "client_mode": "focus-existing",
    "navigate_existing_client": "always"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text", 
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+safe",
      "url": "/home?url=%s"
    }
  ],
  "url_handlers": [
    {
      "origin": "https://justsafeit.com"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Note",
      "short_name": "New Note",
      "description": "Create a new note instantly",
      "url": "/home",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Paste to Found",
      "short_name": "Paste",
      "description": "Paste content from clipboard",
      "url": "/home?paste=true",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Saved Notes",
      "short_name": "Saved",
      "description": "View saved notes",
      "url": "/saved",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Found - Instant note-taking with Share Target API"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Found - Cross-app sharing from Instagram, Twitter, and more"
    }
  ]
}
