{
  "background_color": "#f0f0f0",
  "description": "Photo sharing cycling app promoting environmental sustainability.",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone"
  ],
  "file_handlers": [
    {
      "accept": {
        "image/*": [
          ".png",
          ".jpg",
          ".jpeg"
        ]
      },
      "action": "/",
      "name": "Image files"
    }
  ],
  "handle_links": "preferred",
  "icons": [
    {
      "sizes": "48x48",
      "src": "/static/icons/icon_48x48.png",
      "type": "image/png"
    },
    {
      "sizes": "96x96",
      "src": "/static/icons/icon_96x96.png",
      "type": "image/png"
    },
    {
      "sizes": "192x192",
      "src": "/static/icons/icon_192x192.png",
      "type": "image/png"
    },
    {
      "sizes": "512x512",
      "src": "/static/icons/icon_512x512.png",
      "type": "image/png"
    },
    {
      "sizes": "180x180",
      "src": "/static/icons/apple-touch-icon-180x180.png",
      "type": "image/png"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "name": "QuestByCycle",
  "protocol_handlers": [
    {
      "protocol": "web+questbycycle",
      "url": "/protocol-handler?url=%s"
    }
  ],
  "scope": "/",
  "share_target": {
    "action": "/share-target",
    "enctype": "multipart/form-data",
    "method": "POST",
    "params": {
      "files": [
        {
          "accept": [
            "image/*"
          ],
          "name": "file"
        }
      ],
      "text": "text",
      "title": "title"
    }
  },
  "short_name": "QuestCycle",
  "shortcuts": [
    {
      "description": "Hey, it's time to swap four wheels for the ultimate eco-ride! Gear up, pedal on, and let's make a statement while cruising to the after-school scene. Each turn of the wheel scores you major carbon reduction points, so grab your crew, pump up the tunes, and let's hit the streets. Bikes out, vibes up\u2014let's ride! \ud83d\udeb2\u2728",
      "icons": [
        {
          "sizes": "96x96",
          "src": "/static/icons/icon_96x96.webp",
          "type": "image/webp"
        }
      ],
      "name": "Ride your bike to an after school activity",
      "short_name": "Ride your bi",
      "url": "/48?quest_shortcut=1348"
    },
    {
      "description": "Go to the laundromat by bike. Or if you have access to a washer, air dry your clothes to save lots on your energy bill and for the environment.",
      "icons": [
        {
          "sizes": "96x96",
          "src": "/static/icons/icon_96x96.webp",
          "type": "image/webp"
        }
      ],
      "name": "Clean clothes using clean energy.",
      "short_name": "Clean clothe",
      "url": "/48?quest_shortcut=1349"
    },
    {
      "description": "Hey, eco-warrior! Ready to kick your commute up a notch and ride the green wave to work? Strap on that helmet, grab your trusty steed, and let's pedal our way to a cleaner planet! Each week you ditch the gas guzzler for two wheels, you're not just saving time and money, you're racking up those sweet, sweet carbon reduction points. So let's make this a habit, one pedal stroke at a time. ",
      "icons": [
        {
          "sizes": "96x96",
          "src": "/static/icons/icon_96x96.webp",
          "type": "image/webp"
        }
      ],
      "name": "Ride your bike to work for a week.",
      "short_name": "Ride your bi",
      "url": "/48?quest_shortcut=1350"
    },
    {
      "description": "for food deliveries, groceries, letters, packages...",
      "icons": [
        {
          "sizes": "96x96",
          "src": "/static/icons/icon_96x96.webp",
          "type": "image/webp"
        }
      ],
      "name": "Need to get something delivered? Use a pedal-powered delivery service.",
      "short_name": "Need to get ",
      "url": "/48?quest_shortcut=1351"
    }
  ],
  "start_url": "/",
  "theme_color": "#D0E6B5"
}
