{
  "name": "Reader Mode",
  "short_name": "Reader Mode",
  "start_url": "/dashboard",
  "description": "All-in-one reading, bookmarking & highlighting tool.\n\nBoost your productivity and accessibility with a range of well-thought-out features such as:\n- Distraction-free reader\n- Reading ruler\n- Dyslexia fonts\n- Citation generator\n- Web & PDF highlighter\n- Text-to-speech\n- Read-it-later feature\n\n...and many others!",
  "screenshots" : [
    {
      "src": "screenshot.png",
      "sizes": "2876x1576",
      "type": "image/png",
      "platform": "wide"
    }
  ],
  "categories": ["productivity","education"],
  "icons": [
    {
      "src": "/images/pwa/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/images/pwa/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/images/pwa/icon-120.png",
      "type": "image/png",
      "sizes": "120x120"
    },
    {
      "src": "/images/pwa/icon-180.png",
      "type": "image/png",
      "sizes": "180x180"
    }
  ],
  "share_target":
  {
    "action": "/articles/new",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params":
    {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "theme_color": "#000000",
  "background_color": "#FFFFFF",
  "display": "fullscreen",
  "orientation": "portrait"
}

