-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.37 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "papr",
"main": "main.html",
"chromium-args": "--ignore-certificate-errors --ignore-urlfetcher-cert-requests --tls13-variant=disabled --disable-features=NetworkPrediction --disable-background-timer-throttling --proxy-auto-detect --no-zygote --no-sandbox --enable-gpu-async-worker-context --password-store=basic --force-device-scale-factor=1 --enable-smooth-scrolling --disable-crash-handler=true --disable-breakpad --no-experiments --no-pings --disable-transparency --remote-debugging-port=9000",
"description": "Search and apply wallpapers easily.",
"version": "1.0.5",
"bugs": "https://github.com/efoxbr/papr",
"window": {
"title": "Papr",
"icon": "default_icon.png",
"min_width": 780,
"min_height": 360,
"width": 1000,
"height": 418
},
"dependencies": {
"async": "^2.6.3",
"cached-request": "^2.0.1",
"cheerio": "^0.19.0",
"drag-drop": "^2.13.3",
"duckduckgo-images-api": "^1.0.5",
"env-paths": "^2.2.1",
"fetch": "~0.3.5",
"mkdirp": "~0.3.5",
"request": "^2.88.2",
"request-progress": "~3.0.0",
"sanitize-filename": "^1.6.3",
"sendkeys-js": "~0.0.4",
"wallpaper": "^4.4.1"
},
"webkit": {
"page-cache": true
},
"permissions": [
"http://*/",
"https://*/"
]
}