Add house finch

This commit is contained in:
Idrees Hassan
2026-03-18 15:52:16 -07:00
parent fe0310cb36
commit c880b99744
9 changed files with 105 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
// ==UserScript==
// @name Pocket Bird
// @namespace https://idreesinc.com
// @version 2026.3.11
// @version 2026.3.18
// @description It's a pet bird in your browser, what more could you want?
// @author Idrees
// @downloadURL https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/userscript/birb.user.js
@@ -468,6 +468,22 @@
"beak": "#ab8a98"
},
"tags": []
},
"houseFinch": {
"name": "House Finch",
"description": "Native to North America, these highly social birds sing cheerful songs and are often seen at bird feeders.",
"colors": {
"face": "#cc3a3f",
"wing": "#ba987f",
"wing-edge": "#8f6c54",
"belly": "#d97c77",
"underbelly": "#d1b196",
"foot": "#705b4c",
"beak": "#cf8479",
"hood": "#b02f35",
"nose": "#ab2b31"
},
"tags": []
}
};
@@ -2369,7 +2385,7 @@
}),
new Separator(),
new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }),
new MenuItem("2026.3.11", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.11"); }, false),
new MenuItem("2026.3.18", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.18"); }, false),
];
/** @type {Birb} */