diff --git a/src/assets/pwa/128x128.png b/src/assets/pwa/128x128.png
new file mode 100644
index 0000000000..0695a09844
Binary files /dev/null and b/src/assets/pwa/128x128.png differ
diff --git a/src/assets/pwa/32x32.png b/src/assets/pwa/32x32.png
new file mode 100644
index 0000000000..63cae2b130
Binary files /dev/null and b/src/assets/pwa/32x32.png differ
diff --git a/src/assets/pwa/Square284x284Logo.png b/src/assets/pwa/Square284x284Logo.png
new file mode 100644
index 0000000000..f70911042a
Binary files /dev/null and b/src/assets/pwa/Square284x284Logo.png differ
diff --git a/src/assets/pwa/phoenix.png b/src/assets/pwa/phoenix.png
new file mode 100644
index 0000000000..15a809397c
Binary files /dev/null and b/src/assets/pwa/phoenix.png differ
diff --git a/src/index.html b/src/index.html
index fea9385cb7..20eb310393 100644
--- a/src/index.html
+++ b/src/index.html
@@ -39,6 +39,7 @@
+
Phoenix Code
+
+
diff --git a/src/manifest.json b/src/manifest.json
index 33b7a9f0f5..76f04ef4e7 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,21 +1,35 @@
{
- "name": "Phoenix",
- "short_name": "Phoenix",
- "start_url": "index.html",
- "scope": "./",
+ "short_name": "Phoenix Code",
+ "name": "Install Phoenix Code Editor?",
+ "description": "A text editor designed to make coding as intuitive and fun as playing a video game - specially crafted for web developers, designers, and students.",
+ "start_url": "/",
+ "scope": "/",
"icons": [
{
- "src": "./styles/images/icon_128.png",
- "sizes": "192x192",
+ "src": "assets/pwa/32x32.png",
+ "sizes": "32x32",
"type": "image/png"
},
{
- "src": "./styles/images/icon_512.png",
- "sizes": "512x512",
+ "src": "assets/pwa/128x128.png",
+ "sizes": "128x128",
+ "type": "image/png"
+ },
+ {
+ "src": "assets/pwa/Square284x284Logo.png",
+ "sizes": "284x284",
"type": "image/png"
}
],
"theme_color": "#47484B",
"background_color": "#bbb",
- "display": "standalone"
- }
\ No newline at end of file
+ "display": "standalone",
+ "screenshots": [
+ {
+ "src": "assets/pwa/phoenix.png",
+ "type": "image/png",
+ "sizes": "1235x763",
+ "form_factor": "wide"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js
index d0f1d27905..eb507c3146 100644
--- a/src/nls/root/strings.js
+++ b/src/nls/root/strings.js
@@ -589,6 +589,7 @@ define({
"UPDATE_RESTART": "Restart to apply updates",
"UPDATE_RESTART_INSTALL": "Restart to install updates",
"UPDATE_DOWNLOADING": "Downloading Installer",
+ "INSTALL_WEBAPP": "Install {APP_NAME} on Your Device",
"UPDATE_DOWNLOAD_PROGRESS": "Downloading- {0} of {1} MB",
"UPDATING_APP": "Updating {APP_NAME}",
"UPDATING_APP_MESSAGE": "This may take a while",