cordova-plugin-theme-detection
Version:
Cordova Plugin to detect whether dark mode or light mode is detected on your device
33 lines (32 loc) • 799 B
JSON
{
"name": "cordova-plugin-theme-detection",
"version": "1.3.0",
"description": "Cordova Plugin to detect whether dark mode or light mode is detected on your device",
"author": "Marius Backes",
"license": "MIT",
"homepage": "https://github.com/mariusbackes/cordova-plugin-theme-detection",
"repository": {
"type": "git",
"url": "https://github.com/mariusbackes/cordova-plugin-theme-detection.git"
},
"bugs": {
"url": "https://github.com/mariusbackes/cordova-plugin-theme-detection.git/issues"
},
"cordova": {
"id": "cordova-plugin-theme-detection",
"platforms": [
"ios",
"android",
"browser"
]
},
"keywords": [
"dark-theme",
"dark-mode",
"light-theme",
"light-mode",
"design",
"theme",
"detection"
]
}