mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
Add font directly to extension
This commit is contained in:
7
dist/extension/manifest.json
vendored
7
dist/extension/manifest.json
vendored
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user