From 24a1c389d87f73107d893af7a7e032e92d350e99 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 14 Mar 2017 09:41:43 -0400 Subject: [PATCH] this is Music Blocks --- android_chrome_manifest.json | 2 +- manifest.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 manifest.json diff --git a/android_chrome_manifest.json b/android_chrome_manifest.json index dc49077381..5e9a4c54db 100644 --- a/android_chrome_manifest.json +++ b/android_chrome_manifest.json @@ -1,5 +1,5 @@ { - "name": "TurtleJS", + "name": "Music Blocks", "icons": [ { "src": "activity/activity-icon-color-0-75.png", diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000000..1aefb058be --- /dev/null +++ b/manifest.json @@ -0,0 +1,14 @@ +{ + "name": "TurtleJS", + "description": "Learn to program with snap-together blocks!", + "launch_path": "/index.html", + "icons": { + "512": "/activity/activity-icon-color-512.png", + "128": "/activity/activity-icon-color-128.png" + }, + "developer": { + "name": "Sugarlabs", + "url": "https://sugarlabs.org" + }, + "default_locale": "en" +}