From fb222fd732316bfce6626408ba419e0eb848416f Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 2 Nov 2016 15:14:06 -0700 Subject: [PATCH] removing target specific meta (#299) * updating favicon manifests * use meta generated from target --- docfiles/appmeta.html | 16 ----------- docfiles/meta.html | 21 -------------- docfiles/target.css | 5 ---- pxtarget.json | 4 +-- webmanifest.json | 65 +++++++++++++++++++++++++++++++++---------- 5 files changed, 52 insertions(+), 59 deletions(-) delete mode 100644 docfiles/appmeta.html delete mode 100644 docfiles/meta.html delete mode 100644 docfiles/target.css diff --git a/docfiles/appmeta.html b/docfiles/appmeta.html deleted file mode 100644 index 0c317bb8..00000000 --- a/docfiles/appmeta.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - diff --git a/docfiles/meta.html b/docfiles/meta.html deleted file mode 100644 index a8ed76f3..00000000 --- a/docfiles/meta.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/docfiles/target.css b/docfiles/target.css deleted file mode 100644 index 7c0b6bcc..00000000 --- a/docfiles/target.css +++ /dev/null @@ -1,5 +0,0 @@ -#root .avatar .avatar-image { - background-image: url(https://az851932.vo.msecnd.net/pub/jovrytni/microbit.simplified.svg); - background-size: contain; - background-repeat: no-repeat; -} diff --git a/pxtarget.json b/pxtarget.json index 763c6cb0..5919d82b 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -176,8 +176,8 @@ "docsLogo": "./static/logo.square.white.svg", "portraitLogo": "./static/logo.square.black.svg", "footerLogo": "./static/logo.portrait.black.svg", - "cardLogo": "https://az851932.vo.msecnd.net/pub/drbwxcth", - "appLogo": "https://az851932.vo.msecnd.net/pub/tbhemtig", + "cardLogo": "./static/icons/apple-touch-icon.png", + "appLogo": "./static/icons/apple-touch-icon.png", "organization": "Microsoft", "organizationUrl": "https://pxt.io/", "organizationLogo": "./static/Microsoft-logo_rgb_c-gray.png", diff --git a/webmanifest.json b/webmanifest.json index 59348e35..eb740760 100644 --- a/webmanifest.json +++ b/webmanifest.json @@ -1,17 +1,52 @@ { - "icons": [ - { - "src": "https://az851932.vo.msecnd.net/pub/fpenpmjz", - "sizes": "512x512", - "type": "image/png" - }, { - "src": "https://az851932.vo.msecnd.net/pub/vetoccmr", - "sizes": "128x128", - "type": "image/png" - }, { - "src": "https://az851932.vo.msecnd.net/pub/xiioeeyf", - "sizes": "32x32", - "type": "image/png" - } - ] + "name": "pxt.microbit.org", + "icons": [ + { + "src": "./static/icons/android-chrome-36x36.png", + "sizes": "36x36", + "type": "image\/png" + }, + { + "src": "./static/icons/android-chrome-48x48.png", + "sizes": "48x48", + "type": "image\/png" + }, + { + "src": "./static/icons/android-chrome-72x72.png", + "sizes": "72x72", + "type": "image\/png" + }, + { + "src": "./static/icons/android-chrome-96x96.png", + "sizes": "96x96", + "type": "image\/png" + }, + { + "src": "./static/icons/android-chrome-144x144.png", + "sizes": "144x144", + "type": "image\/png" + }, + { + "src": "./static/icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image\/png" + }, + { + "src": "./static/icons/android-chrome-256x256.png", + "sizes": "256x256", + "type": "image\/png" + }, + { + "src": "./static/icons/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image\/png" + }, + { + "src": "./static/icons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image\/png" + } + ], + "theme_color": "#ffffff", + "display": "standalone" }