-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
23 lines (23 loc) · 813 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"license": "MPL 2.0",
"description": "Customizable Night Mode for Pale Moon",
"engines": {
"{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}": ">=27.1.0b1 <=29.*"
},
"author": "Off JustOff <[email protected]>",
"contributors": [
"Mikhail Khvoinitsky <[email protected]>"
],
"title": "Advanced Night Mode",
"version": "1.0.13",
"permissions": {
"private-browsing": true
},
"preferencesURL": "resource://advancednightmode-at-off-dot-justoff/data/preferences.html",
"main": "lib/index.js",
"id": "[email protected]",
"name": "advanced-night-mode-1.0.13",
"icon": "icon.png",
"homepage": "https://github.com/JustOff/advanced-night-mode",
"updateURL": "https://raw.githubusercontent.com/JustOff/advanced-night-mode/master/update.xml"
}