mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
Reduce pink robin wing edge contrast
This commit is contained in:
BIN
dist/extension.zip
vendored
BIN
dist/extension.zip
vendored
Binary file not shown.
4
dist/extension/birb.js
vendored
4
dist/extension/birb.js
vendored
@@ -477,7 +477,7 @@
|
||||
"colors": {
|
||||
"face": "#39333e",
|
||||
"wing": "#312c35",
|
||||
"wing-edge": "#171617",
|
||||
"wing-edge": "#211f21",
|
||||
"underbelly": "#ff7eb8",
|
||||
"belly": "#ff6eaf",
|
||||
"foot": "#2e2c2e",
|
||||
@@ -2425,7 +2425,7 @@
|
||||
}),
|
||||
new Separator(),
|
||||
new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }),
|
||||
new MenuItem("2026.3.20", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.20"); }, false),
|
||||
new MenuItem("2026.3.21", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.21"); }, 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.20",
|
||||
"version": "2026.3.21",
|
||||
"homepage_url": "https://idreesinc.com",
|
||||
"icons": {
|
||||
"48": "images/icons/transparent/48x48x1.png",
|
||||
|
||||
6
dist/obsidian/main.js
vendored
6
dist/obsidian/main.js
vendored
@@ -1,7 +1,7 @@
|
||||
const { Plugin, Notice } = require('obsidian');
|
||||
module.exports = class PocketBird extends Plugin {
|
||||
onload() {
|
||||
console.log("Loading Pocket Bird version 2026.3.20...");
|
||||
console.log("Loading Pocket Bird version 2026.3.21...");
|
||||
const OBSIDIAN_PLUGIN = this;
|
||||
(function () {
|
||||
'use strict';
|
||||
@@ -482,7 +482,7 @@ module.exports = class PocketBird extends Plugin {
|
||||
"colors": {
|
||||
"face": "#39333e",
|
||||
"wing": "#312c35",
|
||||
"wing-edge": "#171617",
|
||||
"wing-edge": "#211f21",
|
||||
"underbelly": "#ff7eb8",
|
||||
"belly": "#ff6eaf",
|
||||
"foot": "#2e2c2e",
|
||||
@@ -2458,7 +2458,7 @@ module.exports = class PocketBird extends Plugin {
|
||||
}),
|
||||
new Separator(),
|
||||
new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }),
|
||||
new MenuItem("2026.3.20", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.20"); }, false),
|
||||
new MenuItem("2026.3.21", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.21"); }, false),
|
||||
];
|
||||
|
||||
/** @type {Birb} */
|
||||
|
||||
2
dist/obsidian/manifest.json
vendored
2
dist/obsidian/manifest.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "pocket-bird",
|
||||
"name": "Pocket Bird",
|
||||
"version": "2026.3.20",
|
||||
"version": "2026.3.21",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Add a pet bird to fly around your notes and keep you company!",
|
||||
"author": "Idrees Hassan",
|
||||
|
||||
6
dist/userscript/birb.user.js
vendored
6
dist/userscript/birb.user.js
vendored
@@ -1,7 +1,7 @@
|
||||
// ==UserScript==
|
||||
// @name Pocket Bird
|
||||
// @namespace https://idreesinc.com
|
||||
// @version 2026.3.20
|
||||
// @version 2026.3.21
|
||||
// @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
|
||||
@@ -491,7 +491,7 @@
|
||||
"colors": {
|
||||
"face": "#39333e",
|
||||
"wing": "#312c35",
|
||||
"wing-edge": "#171617",
|
||||
"wing-edge": "#211f21",
|
||||
"underbelly": "#ff7eb8",
|
||||
"belly": "#ff6eaf",
|
||||
"foot": "#2e2c2e",
|
||||
@@ -2420,7 +2420,7 @@
|
||||
}),
|
||||
new Separator(),
|
||||
new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }),
|
||||
new MenuItem("2026.3.20", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.20"); }, false),
|
||||
new MenuItem("2026.3.21", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.21"); }, false),
|
||||
];
|
||||
|
||||
/** @type {Birb} */
|
||||
|
||||
4
dist/web/birb.embed.js
vendored
4
dist/web/birb.embed.js
vendored
@@ -477,7 +477,7 @@
|
||||
"colors": {
|
||||
"face": "#39333e",
|
||||
"wing": "#312c35",
|
||||
"wing-edge": "#171617",
|
||||
"wing-edge": "#211f21",
|
||||
"underbelly": "#ff7eb8",
|
||||
"belly": "#ff6eaf",
|
||||
"foot": "#2e2c2e",
|
||||
@@ -2400,7 +2400,7 @@
|
||||
}),
|
||||
new Separator(),
|
||||
new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }),
|
||||
new MenuItem("2026.3.20", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.20"); }, false),
|
||||
new MenuItem("2026.3.21", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.21"); }, false),
|
||||
];
|
||||
|
||||
/** @type {Birb} */
|
||||
|
||||
4
dist/web/birb.js
vendored
4
dist/web/birb.js
vendored
@@ -477,7 +477,7 @@
|
||||
"colors": {
|
||||
"face": "#39333e",
|
||||
"wing": "#312c35",
|
||||
"wing-edge": "#171617",
|
||||
"wing-edge": "#211f21",
|
||||
"underbelly": "#ff7eb8",
|
||||
"belly": "#ff6eaf",
|
||||
"foot": "#2e2c2e",
|
||||
@@ -2400,7 +2400,7 @@
|
||||
}),
|
||||
new Separator(),
|
||||
new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }),
|
||||
new MenuItem("2026.3.20", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.20"); }, false),
|
||||
new MenuItem("2026.3.21", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.21"); }, false),
|
||||
];
|
||||
|
||||
/** @type {Birb} */
|
||||
|
||||
@@ -249,7 +249,7 @@ export default {
|
||||
"colors": {
|
||||
"face": "#39333e",
|
||||
"wing": "#312c35",
|
||||
"wing-edge": "#171617",
|
||||
"wing-edge": "#211f21",
|
||||
"underbelly": "#ff7eb8",
|
||||
"belly": "#ff6eaf",
|
||||
"foot": "#2e2c2e",
|
||||
|
||||
Reference in New Issue
Block a user