mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 19:59:38 +00:00
Lighten pink robin
This commit is contained in:
10
dist/extension/birb.js
vendored
10
dist/extension/birb.js
vendored
@@ -475,12 +475,12 @@
|
||||
"name": "Pink Robin",
|
||||
"description": "Native to Australia, these bubblegum-pink puffballs are quieter than most, instead relying on their vibrant colours to attract partners.",
|
||||
"colors": {
|
||||
"face": "#39333e",
|
||||
"wing": "#312c35",
|
||||
"wing-edge": "#211f21",
|
||||
"face": "#403a46",
|
||||
"wing": "#38333d",
|
||||
"wing-edge": "#252325",
|
||||
"underbelly": "#ff7eb8",
|
||||
"belly": "#ff6eaf",
|
||||
"foot": "#2e2c2e",
|
||||
"foot": "#3c393c",
|
||||
"theme-highlight": "#ff82ba"
|
||||
},
|
||||
"rarity": "uncommon"
|
||||
@@ -2459,7 +2459,7 @@
|
||||
}),
|
||||
new Separator(),
|
||||
new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }),
|
||||
new MenuItem("2026.3.21", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.21"); }, false),
|
||||
new MenuItem("2026.3.28", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.28"); }, false),
|
||||
];
|
||||
|
||||
/** @type {Birb} */
|
||||
|
||||
2
dist/extension/manifest.json
vendored
2
dist/extension/manifest.json
vendored
@@ -2,7 +2,7 @@
|
||||
"manifest_version": 3,
|
||||
"name": "Pocket Bird",
|
||||
"description": "It's a pet bird in your browser, what more could you want?",
|
||||
"version": "2026.3.21",
|
||||
"version": "2026.3.28",
|
||||
"homepage_url": "https://idreesinc.com",
|
||||
"icons": {
|
||||
"48": "images/icons/transparent/48x48x1.png",
|
||||
|
||||
Reference in New Issue
Block a user