schoolbox web extension :)
0
fork

Configure Feed

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

fix(popup): grammar of plugins and snippets

willow 5f2720f1 f97617c4

+3 -3
+1 -1
src/utils/storage/plugins.ts
··· 52 52 settings: { 53 53 filled: { 54 54 type: "toggle", 55 - name: "Filled Icons", 55 + name: "Filled icons", 56 56 description: "Whether the icons should be filled or outlined.", 57 57 default: { toggle: true }, 58 58 },
+2 -2
src/utils/storage/snippets.ts
··· 10 10 }, 11 11 12 12 hidePfp: { 13 - name: "Hide PFP", 13 + name: "Hide Profile Picture", 14 14 description: "Hide your profile picture across Schoolbox.", 15 15 default: true, 16 16 }, 17 17 18 18 hidePwaPrompt: { 19 19 name: "Hide PWA Prompt", 20 - description: "Hides the prompt in the notifications menu to install Schoolbox as a PWA and enable notifications.", 20 + description: "Hide the prompt in the notifications menu to install Schoolbox as a PWA and enable notifications.", 21 21 default: true, 22 22 }, 23 23