diff --git a/demo/src/index.js b/demo/src/index.js
index 03d5820756573f51b420ce253481d11f089fcf4c..bd1116b0462cbbfea98b3fdc465e7a0cc010a346 100644
--- a/demo/src/index.js
+++ b/demo/src/index.js
@@ -11,16 +11,18 @@ const config = {
     exportLocalStorageAnnotations: false, // display annotation JSON export button
   },
   catalog: [
+    { manifestId: 'https://files.tetras-libre.fr/manifests/jf_peyret_re_walden.json' },
+    { manifestId: 'https://files.tetras-libre.fr/manifests/re_walden_cut.json' },
     { manifestId: 'https://files.tetras-libre.fr/dev/Clock/manifest.json' },
     { manifestId: 'https://files.tetras-libre.fr/dev/Hakanai/manifest/manifest.json' },
     { manifestId: 'https://dzkimgs.l.u-tokyo.ac.jp/videos/iiif_in_japan_2017/manifest.json' },
     { manifestId: 'https://iiif.io/api/cookbook/recipe/0219-using-caption-file/manifest.json' },
     { manifestId: 'https://preview.iiif.io/cookbook/master/recipe/0003-mvm-video/manifest.json' },
-    // { manifestId: 'https://iiif.io/api/cookbook/recipe/0065-opera-multiple-canvases/manifest.json' },
-    // { manifestId: 'https://iiif.io/api/cookbook/recipe/0064-opera-one-canvas/manifest.json' },
-    // { manifestId: 'https://iiif.io/api/cookbook/recipe/0074-multiple-language-captions/manifest.json' },
-    // { manifestId: 'https://iiif.harvardartmuseums.org/manifests/object/299843' },
-    // { manifestId: 'https://iiif.io/api/cookbook/recipe/0002-mvm-audio/manifest.json' },
+    { manifestId: 'https://iiif.io/api/cookbook/recipe/0065-opera-multiple-canvases/manifest.json' },
+    { manifestId: 'https://iiif.io/api/cookbook/recipe/0064-opera-one-canvas/manifest.json' },
+    { manifestId: 'https://iiif.io/api/cookbook/recipe/0074-multiple-language-captions/manifest.json' },
+    { manifestId: 'https://iiif.harvardartmuseums.org/manifests/object/299843' },
+    { manifestId: 'https://iiif.io/api/cookbook/recipe/0002-mvm-audio/manifest.json' },
   ],
   debugMode: true,
   id: 'demo',