{
    "app_name": "timebank",
    "short_name": "timebank",
    "name": "بانک زمان",
    "description": "بانک زمان",
    "icons": [
      {"src": "favicon.ico","sizes": "64x64 32x32 24x24 16x16","type": "image/x-icon"}
    ],
  
    "orientation" : "portrait",
    "display": "standalone",
    "theme_color": "#000000",
    "background_color": "#ffffff",
    "categories": ["time", "health", "medical"],
    "share_target": {
      "action": "/share-target/",
      "method": "GET",
      "params": {
        "title": "title",
        "text": "text",
        "url": "url"
      }
    }
  }