3 Commits

Author SHA1 Message Date
Idrees Hassan
9eba0c13ed Create .eslintignore 2025-11-15 14:55:06 -05:00
Idrees
45626fda25 Update README with Obsidian section
Added a section for Obsidian with a note about upcoming features.
2025-11-14 17:19:58 -05:00
Idrees Hassan
322b0d0b90 Add obsidian manifest to root 2025-11-14 17:08:22 -05:00
3 changed files with 16 additions and 1 deletions

1
.eslintignore Normal file
View File

@@ -0,0 +1 @@
src/

View File

@@ -35,6 +35,10 @@ It's a pet bird that hops around your computer, what more could you want?
2. Click "Add to Firefox"
3. Confirm any permission prompts that appear
### Obsidian
_Coming soon!_
### Userscript
*Note that this is mainly used for beta testing new features, installation via browser extension is recommended for the best experience.*
@@ -74,4 +78,4 @@ If you are running Pocket bird on a browser, the extension needs these permissio
If you'd like to get in touch, check out the [Discord](https://discord.gg/6yxE9prcNc) to suggest features, report bugs, and stay updated on development!
Also feel free to check out my other open-source projects like [Monocraft](https://github.com/IdreesInc/Monocraft), [PicoChat](https://github.com/IdreesInc/PicoChat), and more on [my website](https://idreesinc.com/)!
Also feel free to check out my other open-source projects like [Monocraft](https://github.com/IdreesInc/Monocraft), [PicoChat](https://github.com/IdreesInc/PicoChat), and more on [my website](https://idreesinc.com/)!

10
manifest.json Normal file
View File

@@ -0,0 +1,10 @@
{
"id": "pocket-bird",
"name": "Pocket Bird",
"version": "2025.11.14.205",
"minAppVersion": "0.15.0",
"description": "Add a pet bird to fly around your notes and keep you company!",
"author": "Idrees Hassan",
"authorUrl": "https://idreesinc.com",
"isDesktopOnly": false
}