{
  "prefetch": [
    {
      "where": {
        "and": [
          { "href_matches": "/*" },
          { "not": { "href_matches": "/api/*" } },
          { "not": { "href_matches": "/uploads/*" } },
          { "not": { "href_matches": "/avatars/*" } },
          { "not": { "href_matches": "/metrics/*" } },
          { "not": { "href_matches": "/locales/*" } },
          { "not": { "href_matches": "/preview/*" } }
        ]
      },
      "eagerness": "moderate"
    }
  ],
  "prerender": [
    {
      "where": {
        "or": [
          { "href_matches": "/products/*" },
          { "href_matches": "/shop" },
          { "href_matches": "/" }
        ]
      },
      "eagerness": "moderate"
    },
    {
      "where": {
        "and": [
          { "href_matches": "/account/orders/*" },
          { "not": { "href_matches": "/account/orders/*/return" } }
        ]
      },
      "eagerness": "conservative"
    }
  ]
}
