Siddish commited on
Commit
54064d2
1 Parent(s): 56c7422

Upload 18 files

Browse files
Files changed (10) hide show
  1. Icon-144.png +0 -0
  2. Icon-192.png +0 -0
  3. Icon-36.png +0 -0
  4. Icon-48.png +0 -0
  5. Icon-512.png +0 -0
  6. Icon-72.png +0 -0
  7. Icon-96.png +0 -0
  8. favicon.ico +0 -0
  9. index.html +1 -1
  10. 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="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</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>
 
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": "React App",
3
- "name": "Create React App Sample",
4
  "icons": [
5
  {
6
  "src": "favicon.ico",
@@ -8,12 +8,12 @@
8
  "type": "image/x-icon"
9
  },
10
  {
11
- "src": "logo192.png",
12
  "type": "image/png",
13
  "sizes": "192x192"
14
  },
15
  {
16
- "src": "logo512.png",
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
  }