{
  "name": "GitHub Post Creator",
  "short_name": "GitHub Post",
  "description": "Create GitHub bookmarks, responses, and read-it-later posts from any page",
  "categories": ["productivity", "utilities"],
  "start_url": "/github-post-pwa/?source=pwa",
  "scope": "/github-post-pwa/",
  "id": "/github-post-pwa/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#667eea",
  "theme_color": "#2ea44f",
  "icons": [
    {
      "src": "./icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "./icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/github-post-pwa/share.html",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "prefer_related_applications": false
}