-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
33 lines (33 loc) · 1.01 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "Shade Notes Pro",
"short_name": "Notes",
"start_url": "index.html",
"scope": "./",
"icons": [
{
"src": "contract.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "contract.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#333333",
"background_color": "#333333",
"display": "standalone",
"description": "Do you want to take notes like a pro? Then you need this notes app! It lets you create, store, and share notes with ease. You can also sort and view your notes in different ways. Whether you need to jot down a shopping list, a memo, or a research project, this app has you covered. Don't miss this opportunity to simplify your life and boost your productivity.",
"orientation": "portrait",
"categories": [
"entertainment"
],
"dir": "auto",
"iarc_rating_id": "e58c174a-81d2-5c3c-32cc-34b8de4a52e9",
"prefer_related_applications": false,
"edge_side_panel": {
"preferred_width": 30
},
"lang": "en"
}