{
  "name": "Kern Valley Ads",
  "short_name": "KRV Ads",
  "id": "KRVAds",
  "version": "1.4.3",
  "start_url": "/",
  "lang": "en",
  "description": "Advertise on local websites throughout the Kern River Valley!",
  "theme_color": "#228282",
  "background_color": "#343434",
  "display": "standalone",
  "orientation": "any",
  "icons": [{
    "src": "/img/favicon.svg",
    "sizes": "192x192",
    "type": "image/svg+xml",
    "purpose":"maskable any"
  }, {
    "src": "/img/icon-192.png",
    "sizes": "192x192",
    "type": "image/png",
    "purpose":"maskable any"
  }, {
    "src": "/img/icon-512.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose":"maskable any"
  }],
  "screenshots": [{
    "src": "https://i.imgur.com/i2OdlWJl.png",
    "sizes": "640x360",
    "type": "image/png"
  }, {
    "src": "https://i.imgur.com/i2OdlWJm.png",
    "sizes": "320x180",
    "type": "image/png"
  }],
  "categories": [
    "business",
    "utilities"
  ],
  "features": [
    "Selection of free stock photos for your ad design",
    "Open *.krvad files to import them into the app",
    "Download and share ads as *.krvad files",
    "Fully-functional when offline",
    "Share links from other apps to prefill label, URL, and description",
    "WYSIWYG ad editor with dark and light mode previews",
    "App Shortcuts / jumplist to create a new ad with specified layout"
  ],
  "shortcuts": [{
    "name": "Create Card Ad",
    "url": "/#card",
    "description": "Create new ad with card layout",
    "icons": [{
      "src": "/img/ad-layouts/new-card.png",
      "type": "image/png",
      "sizes": "192x192"
    }]
  }, {
    "name": "Create Stacked Ad",
    "url": "/#stack",
    "description": "Create new ad with stack layout",
    "icons": [{
      "src": "/img/ad-layouts/new-stack.png",
      "type": "image/png",
      "sizes": "192x192"
    }]
  }, {
    "name": "Create Text Ad",
    "url": "/#text",
    "description": "Create new ad with text layout",
    "icons": [{
      "src": "/img/ad-layouts/new-text.png",
      "type": "image/png",
      "sizes": "192x192"
    }]
  }, {
    "name": "Create Image Ad",
    "url": "/#image",
    "description": "Create new ad with image layout",
    "icons": [{
      "src": "/img/ad-layouts/new-image.png",
      "type": "image/png",
      "sizes": "192x192"
    }]
  }],
  "share_target": {
    "method": "GET",
    "action": "/#text",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "label",
      "text": "description",
      "url": "url"
    }
  },
  "file_handlers": [{
    "action": "/",
    "accept": {
      "application/krv-ad+json": [".krvad"]
    }
  }],
  "prefer_related_applications": false,
  "related_applications":  [{
    "platform": "webapp",
    "url": "https://ads.kernvalley.us/webapp.webmanifest"
  }, {
    "platform": "play",
    "url": "https://play.google.com/store/apps/details?id=us.kernvalley.ads.twa",
    "id": "us.kernvalley.ads.twa"
  }]
}
