Skip to content

Commit

Permalink
Add multiprocess permission
Browse files Browse the repository at this point in the history
  • Loading branch information
hobinjk committed May 6, 2017
1 parent 64aa570 commit ea0e11c
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 ea0e11c

Please sign in to comment.