TIMBOVILL commited on
Commit
09414aa
1 Parent(s): 6b0fd45

Create manifest.json

Browse files
Files changed (1) hide show
  1. manifest.json +23 -0
manifest.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "Start Pomodoro",
4
+ "description": "A tool to help you focus with Pomodoro technique.",
5
+ "iconUrl": "https://via.placeholder.com/50",
6
+ "gradient": ["#ff6b6b", "#f06595"],
7
+ "screenshots": [
8
+ "https://via.placeholder.com/200x400",
9
+ "https://via.placeholder.com/200x400"
10
+ ]
11
+ },
12
+ {
13
+ "name": "Turn Text Into Audio",
14
+ "description": "Convert text to audio easily.",
15
+ "iconUrl": "https://via.placeholder.com/50",
16
+ "gradient": ["#ff6b6b", "#f06595"],
17
+ "screenshots": [
18
+ "https://via.placeholder.com/200x400",
19
+ "https://via.placeholder.com/200x400"
20
+ ]
21
+ }
22
+ // Add more apps as needed
23
+ ]