Skip to content

Commit

Permalink
Add fullscreen to 'video' and 'webgl-demo' apps manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
mounirlamouri committed Feb 20, 2012
1 parent 1e93e82 commit 15367b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion apps/video/manifest.webapp
Expand Up @@ -8,6 +8,7 @@
},
"icons": {
"120": "/icons/Video.png"
}
},
"fullscreen": true
}

6 changes: 4 additions & 2 deletions webapi.js
Expand Up @@ -149,7 +149,8 @@
},
'icons': {
'120': '/style/icons/Video.png'
}
},
'fullscreen': true
}
},
{ // facebook
Expand Down Expand Up @@ -239,7 +240,8 @@
},
'icons': {
'120': '/style/icons/CrystalSkull.png'
}
},
'fullscreen': true
}
},
{ // PenguinPop
Expand Down

0 comments on commit 15367b7

Please sign in to comment.