Initial code commit

This commit is contained in:
2026-07-15 23:08:44 -04:00
parent b91185d05e
commit bca4d7d3f5
8 changed files with 252 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "neat_bar",
"author": "RandyTheSilly",
"version": "1.0.0",
"files": ["dist.zip"],
"keywords": ["pebble-package"],
"dependencies": {},
"pebble": {
"projectType": "package",
"sdkVersion": "3",
"targetPlatforms": [
"aplite",
"basalt",
"chalk",
"diorite",
"emery",
"flint",
"gabbro"
],
"resources": {
"media": []
}
}
}