@liberseek/boft-cli-win32-arm64 0.4.4 → 0.6.0

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,14 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
2
+ <defs>
3
+ <linearGradient id="omp-gradient" x1="0" y1="0" x2="1" y2="1">
4
+ <stop offset="0" stop-color="#ed4abf" />
5
+ <stop offset=".5" stop-color="#9b4dff" />
6
+ <stop offset="1" stop-color="#5ad8e6" />
7
+ </linearGradient>
8
+ </defs>
9
+ <path
10
+ fill="url(#omp-gradient)"
11
+ transform="translate(-14.4 -20.2) scale(1.45)"
12
+ d="M14 16h36v8H40v32h-8V24h-6v22h-8V24h-4z"
13
+ />
14
+ </svg>
@@ -0,0 +1,12 @@
1
+ {
2
+ "manifestVersion": 1,
3
+ "id": "omp",
4
+ "name": "Oh My Pi",
5
+ "version": "0.0.0",
6
+ "links": {
7
+ "installation": "https://github.com/can1357/oh-my-pi"
8
+ },
9
+ "adapterApiVersion": 1,
10
+ "entry": "plugin.mjs",
11
+ "icon": "./assets/icon.svg"
12
+ }