{
  "headers": [
    {
      "source": "player/**/*.js",
      "headers": [{"key": "Cache-Control", "value": "no-cache, must-revalidate"}]
    },
    {
      "source": "player/**/*.css",
      "headers": [{"key": "Cache-Control", "value": "no-cache, must-revalidate"}]
    },
    {
      "source": "player/**/*.json",
      "headers": [{"key": "Cache-Control", "value": "no-store"}]
    },
    {
      "source": "player/**/*.html",
      "headers": [{"key": "Cache-Control", "value": "no-cache, must-revalidate"}]
    }
  ]
}
