Browse Source

Updated manifest for FirefoxOS web

master
Igor Zhukov 11 years ago
parent
commit
531d960884
  1. 16
      app/manifest.webapp

16
app/manifest.webapp

@ -2,7 +2,7 @@
"name": "Webogram", "name": "Webogram",
"description": "Webogram – UNOFFICIAL Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", "description": "Webogram – UNOFFICIAL Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram",
"version": "0.0.12", "version": "0.0.12",
"launch_path": "/index.html", "launch_path": "/webogram/index.html",
"developer": { "developer": {
"name": "Igor Zhukov", "name": "Igor Zhukov",
"url": "https://github.com/zhukov" "url": "https://github.com/zhukov"
@ -16,12 +16,12 @@
} }
}, },
"icons": { "icons": {
"16": "img/icons/icon16.png", "16": "/webogram/img/icons/icon16.png",
"32": "img/icons/icon32.png", "32": "/webogram/img/icons/icon32.png",
"60": "img/icons/icon60.png", "60": "/webogram/img/icons/icon60.png",
"64": "img/icons/icon64.png", "64": "/webogram/img/icons/icon64.png",
"90": "img/icons/icon90.png", "90": "/webogram/img/icons/icon90.png",
"120": "img/icons/icon120.png", "120": "/webogram/img/icons/icon120.png",
"128": "img/icons/icon128.png" "128": "/webogram/img/icons/icon128.png"
} }
} }
Loading…
Cancel
Save