i'm learnding!

This commit is contained in:
Vuk
2024-08-13 10:52:21 +02:00
parent 0a902ffaa2
commit fea7219a5e
3 changed files with 15 additions and 0 deletions

10
manifest.json Normal file
View File

@@ -0,0 +1,10 @@
{
"manifest_version": 3,
"name": "browser-milje",
"description": "adds a milje table cloth on top of your browser viewport",
"version": "1.0.0",
"action": {
"default_popup": "popup.html",
"default_icon": "browser-milje.png"
}
}