{
  "name": "Little Errands",
  "website": "https://littleerrands.app/",
  "description": "Little Errands is an Android app for location-based reminders that helps people remember errands when they are near the relevant place.",
  "category": "location-based reminder app",
  "platform": [
    "Android"
  ],
  "distribution": {
    "googlePlay": "https://play.google.com/store/apps/details?id=com.sammy.errands"
  },
  "pricing": {
    "trial": "7-day free trial",
    "billing": "Monthly subscription billed through Google Play",
    "markets": [
      {
        "market": "US / Global",
        "currencyCode": "USD",
        "priceText": "$2.99/month after that"
      },
      {
        "market": "India",
        "currencyCode": "INR",
        "priceText": "₹99/month after that"
      }
    ]
  },
  "features": [
    {
      "title": "Nearby reminders",
      "description": "Get reminders when you are near the place that matters."
    },
    {
      "title": "Less noise",
      "description": "No all-day nagging or useless time-based reminder spam."
    },
    {
      "title": "Simple setup",
      "description": "Add errands quickly and let the app do the rest."
    }
  ],
  "permissions": [
    {
      "title": "Precise location",
      "description": "Approximate location is not enough for reliable nearby reminders."
    },
    {
      "title": "Background location",
      "description": "This lets reminders work even when the app is closed."
    },
    {
      "title": "Notification permission",
      "description": "This allows Little Errands to show the reminders it has prepared."
    }
  ],
  "privacy": {
    "errandAndLocationDataStoredRemotely": false,
    "hashedAndroidIdStored": true,
    "ads": false,
    "dataSharedWithThirdParties": false
  },
  "links": [
    {
      "rel": "service-doc",
      "href": "https://littleerrands.app/docs/service",
      "type": "text/html"
    },
    {
      "rel": "privacy-policy",
      "href": "https://littleerrands.app/docs/service#privacy",
      "type": "text/html"
    },
    {
      "rel": "robots",
      "href": "https://littleerrands.app/robots.txt",
      "type": "text/plain"
    },
    {
      "rel": "sitemap",
      "href": "https://littleerrands.app/sitemap-index.xml",
      "type": "application/xml"
    }
  ]
}