forked from snt1017/cordova-plugin-power-optimization
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 835 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
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "cordova-plugin-power-optimization",
"version": "0.0.3",
"cordova": {
"id": "cordova-plugin-power-optimization",
"platforms": [
"android"
]
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"power optimization",
"battery",
"doze mode",
"optimization",
"android",
"app kill",
"foreground",
"background",
"PowerManager",
"Android PowerManager",
"backgroundable-android",
"REQUEST_IGNORE_BATTERY_OPTIMIZATIONS how to do it right"
],
"homepage": "https://github.com/snt1017/cordova-plugin-power-optimization/",
"repository": {
"type": "git",
"url": "https://github.com/snt1017/cordova-plugin-power-optimization.git"
},
"author": "Santiago Cardenas",
"license": "Apache 2.0",
"dependencies": {},
"description": ""
}