Advertisement
bobreyes

HelloWorld.webapp-manifest.webapp

Feb 3rd, 2015
966
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.27 KB | None | 0 0
  1. {
  2.   "name": "Hello World",
  3.   "description": "WebApp description goes here...",
  4.   "launch_path": "/index.html",
  5.   "icons": {
  6.     "128": "/img/icon-128.png"
  7.   },
  8.   "developer": {
  9.   "name": "Bob Reyes",
  10.   "url": "http://www.bobreyes.com"
  11.   },
  12.   "default_locale": "en"
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement