Skip to content

Commit

Permalink
Privileged Open Web App manifest to add access to Browser API
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Nov 2, 2015
1 parent cfdace8 commit 60dbbb1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
Binary file added images/shell-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/shell-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/BrowserTabPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var BrowserTabPanel = function(tabId, windowId) {
BrowserTabPanel.prototype.view = function() {
return '<div id="tab-panel' + this.windowId + '-' + this.id +
'"class="browser-tab-panel"><iframe src="http://duckduckgo.com"' +
'class="browser-tab-frame"></div>';
'class="browser-tab-frame" mozbrowser remote></div>';
};

/**
Expand Down
15 changes: 15 additions & 0 deletions manifest.webapp
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Webian Shell",
"description": "A desktop front end for Boot to Gecko",
"type": "privileged",
"origin": "app://shell.webian.org",
"launch_path": "/index.html",
"permissions": {
"browser": {}
},
"fullscreen": "true",
"icons": {
"64": "/images/shell-64.png",
"128": "/images/shell-128.png"
}
}

0 comments on commit 60dbbb1

Please sign in to comment.