Add font directly to extension

This commit is contained in:
Idrees Hassan
2025-11-02 15:06:21 -05:00
parent 49b32eb934
commit 6e40e658bf
8 changed files with 14 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "Pocket Bird",
"description": "It's a bird, in your browser. What more could you want?",
"version": "2025.11.2.62",
"description": "It's a pet bird in your browser, what more could you want?",
"version": "2025.11.2.66",
"homepage_url": "https://idreesinc.com",
"icons": {
"48": "images/icons/transparent/48x48x1.png",
@@ -26,7 +26,8 @@
"web_accessible_resources": [
{
"resources": [
"images/*"
"images/*",
"fonts/Monocraft.otf"
],
"matches": [
"<all_urls>"