wip bsky client for the web & android
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 47 lines 1.0 kB view raw
1{ 2 "background_color": "#303446", 3 "icons": [ 4 { 5 "src": "../icons/icon-48.webp", 6 "type": "image/png", 7 "sizes": "48x48", 8 "purpose": "any maskable" 9 }, 10 { 11 "src": "../icons/icon-72.webp", 12 "type": "image/png", 13 "sizes": "72x72", 14 "purpose": "any maskable" 15 }, 16 { 17 "src": "../icons/icon-96.webp", 18 "type": "image/png", 19 "sizes": "96x96", 20 "purpose": "any maskable" 21 }, 22 { 23 "src": "../icons/icon-128.webp", 24 "type": "image/png", 25 "sizes": "128x128", 26 "purpose": "any maskable" 27 }, 28 { 29 "src": "../icons/icon-192.webp", 30 "type": "image/png", 31 "sizes": "192x192", 32 "purpose": "any maskable" 33 }, 34 { 35 "src": "../icons/icon-256.webp", 36 "type": "image/png", 37 "sizes": "256x256", 38 "purpose": "any maskable" 39 }, 40 { 41 "src": "../icons/icon-512.webp", 42 "type": "image/png", 43 "sizes": "512x512", 44 "purpose": "any maskable" 45 } 46 ] 47}