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

BIN
browser-milje.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

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"
}
}

5
popup.html Normal file
View File

@ -0,0 +1,5 @@
<html>
<body>
<h1>browser-milje!</h1>
</body>
</html>