Build into separate folders

This commit is contained in:
Idrees Hassan
2025-11-02 14:56:37 -05:00
parent 8a6b1a584e
commit 1c70c0cc13
32 changed files with 2729 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Pocket Bird",
"description": "It's a bird, in your browser. What more could you want?",
"version": "2025.11.2.44",
"version": "2025.11.2.60",
"homepage_url": "https://idreesinc.com",
"icons": {
"48": "images/icons/transparent/48x48x1.png",
@@ -15,7 +15,7 @@
"<all_urls>"
],
"js": [
"./dist/birb.js"
"birb.js"
]
}
],