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" 2. Click "Add to Firefox"
3. Confirm any permission prompts that appear 3. Confirm any permission prompts that appear
### Obsidian
_Coming soon!_
### Userscript ### Userscript
*Note that this is mainly used for beta testing new features, installation via browser extension is recommended for the best experience.* *Note that this is mainly used for beta testing new features, installation via browser extension is recommended for the best experience.*

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
}