-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathplugin.json
More file actions
67 lines (67 loc) · 1.56 KB
/
plugin.json
File metadata and controls
67 lines (67 loc) · 1.56 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "winappcli",
"description": "Windows app development, packaging, and distribution. Helps with creating Windows installers (MSIX), code signing, certificates, Windows SDK and Windows App SDK setup, package identity for Windows APIs (push notifications, background tasks, share target), appxmanifest authoring, and Microsoft Store distribution. Supports Electron, .NET, C++, Rust, Flutter, and Tauri apps.",
"version": "0.2.2",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft/WinAppCli"
},
"license": "MIT",
"keywords": [
"windows",
"msix",
"packaging",
"installer",
"identity",
"electron",
"winapp",
"windows app sdk",
"windows sdk",
"appxmanifest.xml",
"appxmanifest",
"code signing",
"certificate",
"pfx",
"signtool",
"makeappx",
"windows store",
"microsoft store",
"windows distribution",
"windows packaging",
"windows installer",
"package identity",
"sparse package",
"push notifications",
"background tasks",
"share target",
"startup task",
"tauri",
"flutter",
"rust",
"dotnet",
"wpf",
"winforms",
"cpp",
"cppwinrt",
"windows api",
"winrt",
"uwp",
"desktop app",
"win32"
],
"category": "windows-development",
"tags": [
"windows",
"msix",
"packaging",
"installer",
"desktop",
"notifications",
"sdk",
"signing",
"certificate",
"distribution"
],
"agents": ".github/plugin/agents/",
"skills": ".github/plugin/skills/winapp-cli/"
}