Skip to content

Commit c105809

Browse files
pwa
1 parent e9205b1 commit c105809

File tree

9 files changed

+27
-5
lines changed

9 files changed

+27
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Follow me](https://img.shields.io/github/followers/blueedgetechno?label=follow%20me&style=social)](https://github.com/blueedgetechno)
44
[![Follow Twitter](https://img.shields.io/twitter/follow/blueedgetechno?label=Follow%20me&style=social)](https://twitter.com/blueedgetechno)
5+
[![Join](https://img.shields.io/discord/868499076432408627.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/NcjaNdwtnR)
56
[![coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/blueedgetechno)
67

78
An open-source project that aims to provide an indistinguishably accurate experience of Android on web. The project leverages different JavaScript Web APIs to imitates the Android functionalities and CSS animations to bring life into it.
@@ -57,7 +58,7 @@ An open-source project that aims to provide an indistinguishably accurate experi
5758

5859

5960
4. Can I contribute?
60-
- Yes, you can! Open an issue, create a pull request, head over to [discussions](https://github.com/blueedgetechno/androidInReact/discussions).
61+
- Yes, you can! Open an issue, create a pull request, head over to [discussions](https://github.com/blueedgetechno/androidInReact/discussions) or join the [discord](https://discord.gg/NcjaNdwtnR).
6162

6263

6364
5. Where did you get the inspiration from, if you have?

public/apple-touch-icon.png

21.6 KB
Loading

public/favicon-16x16.png

819 Bytes
Loading

public/favicon-32x32.png

2.18 KB
Loading

public/favicon.ico

11.5 KB
Binary file not shown.

public/index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44
<head>
55
<meta charset="utf-8" />
66
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
88
<meta name="theme-color" content="#000000" />
9-
<meta name="description" content="Web site created using create-react-app" />
10-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
11-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
9+
<meta name="description" content="Android on web made with React" />
10+
11+
<meta name="og:title" property="og:title" content="Android in React" />
12+
<meta name="og:description" property="og:description" content="Android on web made with React" />
13+
<meta name="og:color" content="#303030" />
1214

1315
<title>Android in React</title>
16+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" />
17+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
18+
1419
</head>
1520

1621
<body>

public/logo192.png

19.9 KB
Loading

public/logo512.png

73.5 KB
Loading

public/site.webmanifest

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "",
3+
"short_name": "",
4+
"icons": [{
5+
"src": "/android-chrome-192x192.png",
6+
"sizes": "192x192",
7+
"type": "image/png"
8+
}, {
9+
"src": "/android-chrome-512x512.png",
10+
"sizes": "512x512",
11+
"type": "image/png"
12+
}],
13+
"theme_color": "#ffffff",
14+
"background_color": "#ffffff",
15+
"display": "standalone"
16+
}

0 commit comments

Comments
 (0)