Skip to content

Instantly share code, notes, and snippets.

@alemohamad
Last active August 29, 2015 14:17
Show Gist options
  • Save alemohamad/4cc7c31c17798085e54d to your computer and use it in GitHub Desktop.
Save alemohamad/4cc7c31c17798085e54d to your computer and use it in GitHub Desktop.

manifest.webapp

{
    "name": "Firefox App",
    "description": "App description",
    "icons": {
        "60": "/images/icon_60.png",
        "128": "/images/icon_128.png"
    },
    "developer": {
        "name": "Ale Mohamad",
        "url": "http://alemohamad.com"
    },
    "launch_pad": "/index.html",
    "default_locale": "en",
    "orientation": "portrait",
    "chrome": {
        "navigation": true
    },
    "fullscreen": true
}

Optional manifest settings

  • orientation: portrait, landscape
  • chrome
  • fullscreen

Resources

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