Upload 18 files
Browse files- Icon-144.png +0 -0
- Icon-192.png +0 -0
- Icon-36.png +0 -0
- Icon-48.png +0 -0
- Icon-512.png +0 -0
- Icon-72.png +0 -0
- Icon-96.png +0 -0
- favicon.ico +0 -0
- index.html +1 -1
- manifest.json +4 -4
Icon-144.png
ADDED
Icon-192.png
ADDED
Icon-36.png
ADDED
Icon-48.png
ADDED
Icon-512.png
ADDED
Icon-72.png
ADDED
Icon-96.png
ADDED
favicon.ico
CHANGED
index.html
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="
|
|
|
1 |
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Create Prompts Peacefully"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Prompts Playground</title><script defer="defer" src="/static/js/main.3dba675a.js"></script><link href="/static/css/main.b69cc200.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
manifest.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"short_name": "
|
3 |
-
"name": "Create
|
4 |
"icons": [
|
5 |
{
|
6 |
"src": "favicon.ico",
|
@@ -8,12 +8,12 @@
|
|
8 |
"type": "image/x-icon"
|
9 |
},
|
10 |
{
|
11 |
-
"src": "
|
12 |
"type": "image/png",
|
13 |
"sizes": "192x192"
|
14 |
},
|
15 |
{
|
16 |
-
"src": "
|
17 |
"type": "image/png",
|
18 |
"sizes": "512x512"
|
19 |
}
|
|
|
1 |
{
|
2 |
+
"short_name": "Prompt Playground",
|
3 |
+
"name": "Create Prompts Peacefully",
|
4 |
"icons": [
|
5 |
{
|
6 |
"src": "favicon.ico",
|
|
|
8 |
"type": "image/x-icon"
|
9 |
},
|
10 |
{
|
11 |
+
"src": "Icon-192.png",
|
12 |
"type": "image/png",
|
13 |
"sizes": "192x192"
|
14 |
},
|
15 |
{
|
16 |
+
"src": "Icon-512.png",
|
17 |
"type": "image/png",
|
18 |
"sizes": "512x512"
|
19 |
}
|