Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:54 +08:00
commit 77f979faf8
4 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "macos-notifications",
"description": "Native macOS notification hooks using osascript - zero dependencies",
"version": "1.0.0",
"author": {
"name": "David Lopes"
},
"hooks": [
"./hooks"
]
}