Chromeextension (#499)

* updates to chrome extension manifest

* update manifest with chrome extension id
This commit is contained in:
Peli de Halleux
2017-08-07 22:33:59 -07:00
committed by GitHub
parent 5a48f898c6
commit 7465ffeb3b
4 changed files with 41 additions and 24 deletions

View File

@ -7,13 +7,12 @@
"manifest_version": 2,
"name": "makecode.microbit.org",
"version": "0.7.0",
"version": "0.8.0",
"author": "Microsoft Corporation",
"short_name": "makecode.microbit.org",
"description": "Extension for https://makecode.microbit.org.",
"homepage_url": "https://makecode.microbit.org",
"offline_enabled": "true",
"offline_enabled": true,
"icons": {
"48": "logo48.png",
"128": "logo128.png"