{
  "prefetch": [
    {
      "source": "document",
      "where": {
        "and": [
          { "href_matches": "/stories/*" },
          { "not": { "href_matches": "*/amp*" } }
        ]
      },
      "eagerness": "moderate"
    },
    {
      "source": "document",
      "where": {
        "and": [
          { "href_matches": "/categories/*" },
          { "not": { "href_matches": "*/amp*" } }
        ]
      },
      "eagerness": "moderate"
    },
    {
      "source": "document",
      "where": {
        "and": [
          { "href_matches": "/tags/*" },
          { "not": { "href_matches": "*/amp*" } }
        ]
      },
      "eagerness": "conservative"
    },
    {
      "source": "document",
      "where": {
        "and": [
          { "href_matches": "/authors/*" },
          { "not": { "href_matches": "*/amp*" } }
        ]
      },
      "eagerness": "conservative"
    }
  ],
  "prerender": [
    {
      "source": "document",
      "where": {
        "and": [
          { "href_matches": "/stories/*" },
          { "not": { "href_matches": "*/amp*" } }
        ]
      },
      "eagerness": "conservative"
    }
  ]
}