{
    "prefetch": [
        {
            "source": "document",
            "where": {
                "and": [
                    { "href_matches": "/*" },
                    {
                        "not": {
                            "href_matches": [
                                "/wp-*.php",
                                "/wp-admin/*",
                                "/wp-content/uploads/*",
                                "/wp-content/*",
                                "/wp-content/plugins/*",
                                "/wp-content/themes/astra/*",
                                "/*\\?(.+)"
                            ]
                        }
                    },
                    { "not": { "selector_matches": "a[rel~=\"nofollow\"]" } },
                    {
                        "not": {
                            "selector_matches": ".no-prefetch, .no-prefetch a"
                        }
                    }
                ]
            },
            "eagerness": "conservative"
        }
    ]
}
