mouse-vm 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,46 @@
1
+ {
2
+ "name": "Virtual Mouse & Keyboard",
3
+ "short_name": "VirtualMouse",
4
+ "description": "Wireless Mouse, Live Keyboard & Remote Desktop Controller for PC",
5
+ "start_url": "./index.html",
6
+ "scope": "./",
7
+ "display": "standalone",
8
+ "background_color": "#080d16",
9
+ "theme_color": "#080d16",
10
+ "orientation": "portrait",
11
+ "icons": [
12
+ {
13
+ "src": "./icons/icon-192.png",
14
+ "sizes": "192x192",
15
+ "type": "image/png",
16
+ "purpose": "any maskable"
17
+ },
18
+ {
19
+ "src": "./icons/icon-512.png",
20
+ "sizes": "512x512",
21
+ "type": "image/png",
22
+ "purpose": "any maskable"
23
+ },
24
+ {
25
+ "src": "./icons/icon.svg",
26
+ "sizes": "any",
27
+ "type": "image/svg+xml",
28
+ "purpose": "any"
29
+ }
30
+ ],
31
+ "categories": ["utilities", "productivity"],
32
+ "shortcuts": [
33
+ {
34
+ "name": "Mouse Trackpad",
35
+ "short_name": "Mouse",
36
+ "description": "Open Touchpad Mouse Control",
37
+ "url": "./index.html#screen-mouse"
38
+ },
39
+ {
40
+ "name": "Keyboard & TextPad",
41
+ "short_name": "Keyboard",
42
+ "description": "Open Keyboard & TextPad typing tool",
43
+ "url": "./index.html#screen-keyboard"
44
+ }
45
+ ]
46
+ }