From e6e761e5b6f4dfb32d947bdde87f734a0d37c980 Mon Sep 17 00:00:00 2001 From: Mario Lurig Date: Tue, 17 Feb 2026 14:59:42 -0700 Subject: [PATCH] fix sample json, shrink fallback json --- index.html | 17 ++--------------- screens.json | 2 +- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index c1d5045..79aa326 100644 --- a/index.html +++ b/index.html @@ -194,26 +194,13 @@ // Fallback to sample data return [ - { - filename: "800x480-splash-hourglass_with_butterflies.png", - width: 800, - height: 480, - type: "splash", - name: "hourglass_with_butterflies" - }, - { - filename: "800x480-splash-blank.png", - width: 800, - height: 480, - type: "splash", - name: "blank" - }, { filename: "800x480-splash-a_fishing_party_winslow_homer-clevelandart_org.png", width: 800, height: 480, type: "splash", - name: "a_fishing_party_winslow_homer-clevelandart_org" + name: "a_fishing_party_winslow_homer-clevelandart_org", + credit:"clevelandart_org" }, { filename: "800x480-loading-dungeon_crawler_carl_princess_donut.png", diff --git a/screens.json b/screens.json index 177bb35..2eeb327 100644 --- a/screens.json +++ b/screens.json @@ -1 +1 @@ -[{"filename":"800x480-splash-hourglass_with_butterflies.png","width":800,"height":480,"type":"splash","name":"hourglass_with_butterflies","credit":""},{"filename":"800x480-splash-blank.png","width":800,"height":480,"type":"splash","name":"blank","credit":""},{"filename":"800x480-splash-a_fishing_party_winslow_homer-clevelandart_org.png","width":800,"height":480,"type":"splash","name":"a_fishing_party_winslow_homer-clevelandart_org","credit":"clevelandart_org"},{"filename":"800x480-loading-dungeon_crawler_carl_princess_donut.png","width":800,"height":480,"type":"loading","name":"dungeon_crawler_carl_princess_donut","credit":""}] +[{"filename":"800x480-splash-hourglass_with_butterflies.png","width":800,"height":480,"type":"splash","name":"hourglass_with_butterflies","credit":""},{"filename":"800x480-splash-blank.png","width":800,"height":480,"type":"splash","name":"blank","credit":""},{"filename":"800x480-splash-a_fishing_party_winslow_homer-clevelandart_org.png","width":800,"height":480,"type":"splash","name":"a_fishing_party_winslow_homer","credit":"clevelandart_org"},{"filename":"800x480-loading-dungeon_crawler_carl_princess_donut.png","width":800,"height":480,"type":"loading","name":"dungeon_crawler_carl_princess_donut","credit":""}]