|
1 | 1 | [
|
2 |
| - { |
3 |
| - "pkg": "@capacitor-community/http", |
4 |
| - "classpath": "com.getcapacitor.plugin.http.Http" |
5 |
| - }, |
6 |
| - { |
7 |
| - "pkg": "@capacitor/app", |
8 |
| - "classpath": "com.capacitorjs.plugins.app.AppPlugin" |
9 |
| - }, |
10 |
| - { |
11 |
| - "pkg": "@capacitor/browser", |
12 |
| - "classpath": "com.capacitorjs.plugins.browser.BrowserPlugin" |
13 |
| - }, |
14 |
| - { |
15 |
| - "pkg": "@capacitor/device", |
16 |
| - "classpath": "com.capacitorjs.plugins.device.DevicePlugin" |
17 |
| - }, |
18 |
| - { |
19 |
| - "pkg": "@capacitor/filesystem", |
20 |
| - "classpath": "com.capacitorjs.plugins.filesystem.FilesystemPlugin" |
21 |
| - }, |
22 |
| - { |
23 |
| - "pkg": "@capacitor/haptics", |
24 |
| - "classpath": "com.capacitorjs.plugins.haptics.HapticsPlugin" |
25 |
| - }, |
26 |
| - { |
27 |
| - "pkg": "@capacitor/share", |
28 |
| - "classpath": "com.capacitorjs.plugins.share.SharePlugin" |
29 |
| - }, |
30 |
| - { |
31 |
| - "pkg": "@capacitor/splash-screen", |
32 |
| - "classpath": "com.capacitorjs.plugins.splashscreen.SplashScreenPlugin" |
33 |
| - }, |
34 |
| - { |
35 |
| - "pkg": "@capacitor/status-bar", |
36 |
| - "classpath": "com.capacitorjs.plugins.statusbar.StatusBarPlugin" |
37 |
| - }, |
38 |
| - { |
39 |
| - "pkg": "@capacitor/toast", |
40 |
| - "classpath": "com.capacitorjs.plugins.toast.ToastPlugin" |
41 |
| - }, |
42 |
| - { |
43 |
| - "pkg": "@hugotomazi/capacitor-navigation-bar", |
44 |
| - "classpath": "br.com.tombus.capacitor.plugin.navigationbar.NavigationBarPlugin" |
45 |
| - } |
| 2 | + { |
| 3 | + "pkg": "@capacitor-community/http", |
| 4 | + "classpath": "com.getcapacitor.plugin.http.Http" |
| 5 | + }, |
| 6 | + { |
| 7 | + "pkg": "@capacitor/app", |
| 8 | + "classpath": "com.capacitorjs.plugins.app.AppPlugin" |
| 9 | + }, |
| 10 | + { |
| 11 | + "pkg": "@capacitor/browser", |
| 12 | + "classpath": "com.capacitorjs.plugins.browser.BrowserPlugin" |
| 13 | + }, |
| 14 | + { |
| 15 | + "pkg": "@capacitor/device", |
| 16 | + "classpath": "com.capacitorjs.plugins.device.DevicePlugin" |
| 17 | + }, |
| 18 | + { |
| 19 | + "pkg": "@capacitor/filesystem", |
| 20 | + "classpath": "com.capacitorjs.plugins.filesystem.FilesystemPlugin" |
| 21 | + }, |
| 22 | + { |
| 23 | + "pkg": "@capacitor/haptics", |
| 24 | + "classpath": "com.capacitorjs.plugins.haptics.HapticsPlugin" |
| 25 | + }, |
| 26 | + { |
| 27 | + "pkg": "@capacitor/share", |
| 28 | + "classpath": "com.capacitorjs.plugins.share.SharePlugin" |
| 29 | + }, |
| 30 | + { |
| 31 | + "pkg": "@capacitor/splash-screen", |
| 32 | + "classpath": "com.capacitorjs.plugins.splashscreen.SplashScreenPlugin" |
| 33 | + }, |
| 34 | + { |
| 35 | + "pkg": "@capacitor/status-bar", |
| 36 | + "classpath": "com.capacitorjs.plugins.statusbar.StatusBarPlugin" |
| 37 | + }, |
| 38 | + { |
| 39 | + "pkg": "@capacitor/toast", |
| 40 | + "classpath": "com.capacitorjs.plugins.toast.ToastPlugin" |
| 41 | + }, |
| 42 | + { |
| 43 | + "pkg": "@hugotomazi/capacitor-navigation-bar", |
| 44 | + "classpath": "br.com.tombus.capacitor.plugin.navigationbar.NavigationBarPlugin" |
| 45 | + } |
46 | 46 | ]
|
0 commit comments