1+ {
2+ "title" : " Sidebar" ,
3+ "description" : " Adds a sidebar to the Scratch website, rather than just the normal navigation bar at the top of the screen." ,
4+ "credits" : [
5+ {"username" : " Scratchfangs" , "url" : " https://scratch.mit.edu/users/scratchfangs/" },
6+ {"username" : " rgantzos" , "url" : " https://scratch.mit.edu/users/rgantzos/" },
7+ {"username" : " callumjt" , "url" : " https://scratch.mit.edu/users/callumjt/" }
8+ ],
9+ "type" : [" Website" , " Theme" ],
10+ "dynamic" : false ,
11+ "scripts" : [{"file" : " ./script.js" , "runOn" : " /" }],
12+ "styles" : [{"file" : " ./style.css" , "runOn" : " /" }],
13+ "resources" : [
14+ {"name" : " search" , "path" : " /resources/search.svg" },
15+ {"name" : " home" , "path" : " /resources/home.svg" },
16+ {"name" : " create" , "path" : " /resources/create.svg" },
17+ {"name" : " explore" , "path" : " /resources/explore.svg" },
18+ {"name" : " ideas" , "path" : " /resources/ideas.svg" },
19+ {"name" : " about" , "path" : " /resources/about.svg" },
20+ {"name" : " logout" , "path" : " /resources/logout.svg" },
21+ {"name" : " settings" , "path" : " /resources/settings.svg" },
22+ {"name" : " signIn" , "path" : " /resources/signin.svg" }
23+ ]
24+ }
0 commit comments