This commit is contained in:
2024-03-14 22:11:08 +01:00
commit 67bd4e2c28
7 changed files with 89 additions and 0 deletions

25
manifest.json Normal file
View File

@@ -0,0 +1,25 @@
{
"manifest_version": 2,
"name": "yt",
"version": "1.0",
"description": "Adds a red border to all webpages matching mozilla.org.",
"web_accessible_resources":["newpipe_subscriptions_202403101004.json"],
"permissions":["tabs"],
"icons": {
"48": "icons/border-48.png"
},
"browser_action":{
"default_title":"Jonnis yt plugin",
"default_icon":{
"48":"icons/border-48.png"
}
},
"background":{
"scripts": ["background.js"]
}
}