Skip to content

Commit

Permalink
Auto merge of #1293 - hobinjk:firefox-enable-multiprocess, r=nightpool
Browse files Browse the repository at this point in the history
Add multiprocess permission
  • Loading branch information
homu committed Jun 2, 2017
2 parents 3593b4a + ea0e11c commit 243b343
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Firefox/data/bridge.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* global AddonStorage, unsafeWindow */

var framework_version = '7.7.4';
var framework_version = '7.7.5';
var Tumblr = unsafeWindow.Tumblr;

function getBridgeError() {
Expand Down
7 changes: 5 additions & 2 deletions Firefox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "New XKit",
"name": "new-xkit",
"fullName": "New XKit",
"version": "7.7.4",
"version": "7.7.5",
"description": "Fork of XKit, the Tumblr extension framework",
"main": "index.js",
"author": "",
Expand All @@ -12,5 +12,8 @@
},
"license": "GPL",
"icon": "icon.png",
"updateURL": "https://new-xkit.github.io/XKit/Extensions/dist/page/FirefoxUpdate.rdf"
"updateURL": "https://new-xkit.github.io/XKit/Extensions/dist/page/FirefoxUpdate.rdf",
"permissions": {
"multiprocess": true
}
}

0 comments on commit 243b343

Please sign in to comment.