{
  "name": "all-free.org - Democratic Social Network",
  "short_name": "all-free",
  "description": "Connect with citizens worldwide through local news, democratic polls, petitions and civic debate — organized by ZIP code.",
  "version": "3.0.0",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#3B82F6",
  "background_color": "#F8FAFC",
  "lang": "en",
  "dir": "ltr",
  "categories": ["news", "social", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Post",
      "short_name": "Post",
      "description": "Create a new post",
      "url": "/create",
      "icons": [{ "src": "/icons/shortcut-post.png", "sizes": "96x96" }]
    },
    {
      "name": "Local Feed",
      "short_name": "Local",
      "description": "View local news",
      "url": "/local",
      "icons": [{ "src": "/icons/shortcut-local.png", "sizes": "96x96" }]
    },
    {
      "name": "Trending",
      "short_name": "Trends",
      "description": "View trending topics",
      "url": "/trending",
      "icons": [{ "src": "/icons/shortcut-trending.png", "sizes": "96x96" }]
    },
    {
      "name": "Democracy Hub",
      "short_name": "Democracy",
      "description": "Polls, petitions, and elections",
      "url": "/democracy",
      "icons": [{ "src": "/icons/shortcut-democracy.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-feed.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Main feed on mobile"
    },
    {
      "src": "/screenshots/mobile-democracy.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Democracy Hub"
    },
    {
      "src": "/screenshots/desktop-feed.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Desktop Dashboard"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "files", "accept": ["image/*", "video/*"] }]
    }
  },
  "display_override": ["standalone", "minimal-ui", "browser"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=org.allfree.app",
      "id": "org.allfree.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/all-free/id0000000000"
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
