{
  "site": "my11-app.com",
  "hub_route": "/news/",
  "article_directory": "/news/{slug}/",
  "homepage_container_selector": "[data-news-freshness]",
  "homepage_item_selector": "[data-news-item]",
  "item_selector": ".news-card",
  "date_field": "time[datetime]",
  "ordering": "newest-first",
  "categories": [
    "Industry",
    "Product",
    "Trust",
    "Operator",
    "Editorial"
  ],
  "seed_articles": [
    {
      "slug": "catalogue-app-lifecycle-2026",
      "title": "How a real-money catalogue app moves from a studio build to a live Android install",
      "date": "2026-08-19",
      "category": "Industry"
    },
    {
      "slug": "rtp-vs-volatility-2026",
      "title": "RTP and volatility in 99% RTP games: what the catalogue actually shows",
      "date": "2026-08-17",
      "category": "Product"
    },
    {
      "slug": "sponsored-access-route-2026",
      "title": "What a first-party access route actually discloses in an Android catalogue app",
      "date": "2026-08-14",
      "category": "Trust"
    }
  ],
  "schema": "NewsArticle",
  "semantic_markup": [
    "article",
    "h1",
    "h2",
    "time[datetime]",
    "a[href]"
  ],
  "homepage_max_items": 3,
  "homepage_max_chars_for_title": 70,
  "version": "1.0"
}
