-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package: add multiprocess permission
- Loading branch information
Showing
1 changed file
with
27 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,30 @@ | ||
{ | ||
"title": "Untamed Now Playing", | ||
"id": "jid1-CCXBUPa5pAmTYw@jetpack", | ||
"name": "unp", | ||
"version": "4.0.0", | ||
"description": "Save 'now playing' data from music websites locally in TXT/JSON/XML", | ||
"author": "Wykks", | ||
"engines": { | ||
"firefox": ">=49.0" | ||
}, | ||
"license": "CC BY-SA 3.0", | ||
"preferences": [ | ||
{ | ||
"name": "options_button", | ||
"label": "Options", | ||
"type": "control", | ||
"title": "Open options page" | ||
"title": "Untamed Now Playing", | ||
"id": "jid1-CCXBUPa5pAmTYw@jetpack", | ||
"name": "unp", | ||
"version": "4.0.0", | ||
"description": "Save 'now playing' data from music websites locally in TXT/JSON/XML", | ||
"author": "Wykks", | ||
"engines": { | ||
"firefox": ">=49.0" | ||
}, | ||
"license": "CC BY-SA 3.0", | ||
"preferences": [ | ||
{ | ||
"name": "options_button", | ||
"label": "Options", | ||
"type": "control", | ||
"title": "Open options page" | ||
} | ||
], | ||
"permissions": { | ||
"multiprocess": true | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.7.1", | ||
"eslint-config-airbnb": "^12.0.0", | ||
"eslint-plugin-import": "^2.0.1", | ||
"eslint-plugin-jsx-a11y": "^2.2.3", | ||
"eslint-plugin-react": "^6.4.1" | ||
} | ||
], | ||
"devDependencies": { | ||
"eslint": "^3.7.1", | ||
"eslint-config-airbnb": "^12.0.0", | ||
"eslint-plugin-import": "^2.0.1", | ||
"eslint-plugin-jsx-a11y": "^2.2.3", | ||
"eslint-plugin-react": "^6.4.1" | ||
} | ||
} |