Skip to content

Instantly share code, notes, and snippets.

@MSakamaki
Last active August 29, 2015 14:16
Show Gist options
  • Save MSakamaki/b38ab30af3ab0d7a69a7 to your computer and use it in GitHub Desktop.
Save MSakamaki/b38ab30af3ab0d7a69a7 to your computer and use it in GitHub Desktop.
FxOSハンズオン
@MSakamaki
Copy link
Author

完成品のmanifest.webappです

{
  "version": "1",
  "name": "写真アプリ",
  "description": "写真をとるアプリです",
  "launch_path": "/index.html",
  "icons": {
    "16": "/icons/firefox-16.png",
    "48": "/icons/firefox-48.png",
    "128": "/icons/firefox-128.png"
  },
  "orientation":"portrait-primary",
  "type": "privileged",
  "permissions": {
    "video-capture":{}
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment