{
  "name": "Tokly.in",
  "short_name": "Tokly",
  "id": "/?source=pwa",
  "description": "Tokly.in Hyperlocal News & Social Media PWA",
  "start_url": "/?app_start=1",
  "scope": "/",
  "lang": "en",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "tabbed", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#0A66C2",
  "iarc_rating_id": "e84b072d-2256-4139-8108-0193e2304918",
  "icons": [
    {
      "src": "assets/img/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/img/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/img/toklyiconnew.png",
      "sizes": "248x238",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "assets/img/splashscreen.jpg",
      "sizes": "579x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Tokly News Feed"
    },
    {
      "src": "assets/img/tokly_originallogo.png",
      "sizes": "1080x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tokly Web Experience"
    }
  ],
  "shortcuts": [
    {
      "name": "Latest News",
      "short_name": "News",
      "description": "Read the latest hyperlocal news",
      "url": "index.php",
      "icons": [{ "src": "assets/img/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Social Feed",
      "short_name": "Social",
      "description": "See what your friends are posting",
      "url": "social.php",
      "icons": [{ "src": "assets/img/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Create Post",
      "short_name": "Post",
      "description": "Upload a new post or short",
      "url": "upload.php",
      "icons": [{ "src": "assets/img/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "upload.php",
    "method": "GET",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  },
  "categories": ["news", "social", "entertainment"],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=in.tokly.in",
      "id": "in.tokly.in"
    }
  ],
  "scope_extensions": [
    {
      "origin": "*.tokly.in"
    }
  ],
  "file_handlers": [
    {
      "action": "upload.php",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".webp", ".gif"],
        "video/*": [".mp4", ".webm", ".ogg"]
      }
    }
  ],
  "widgets": [
    {
      "name": "Tokly Latest News",
      "description": "View latest news snippets.",
      "tag": "tokly-news",
      "template_url": "index.php",
      "ms_ac_template": "index.php",
      "data": "index.php",
      "type": "application/json"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  }
}
