mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
Fix manifest
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Browser Bird",
|
||||
"name": "Pocket Bird",
|
||||
"description": "It's a bird, in your browser. What more could you want?",
|
||||
"version": "2025.9.16.1",
|
||||
"homepage_url": "https://idreesinc.com",
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"js": ["birb.js"]
|
||||
"js": ["./dist/birb.js"]
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
|
||||
Reference in New Issue
Block a user