now at proof of concept stage(thanks He4eT!)

This commit is contained in:
vuk 2024-08-14 09:51:20 +02:00
parent 6f572448fe
commit 01533ca62b
4 changed files with 25 additions and 6 deletions

BIN
assets/milje.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -15,11 +15,8 @@
},
"content_scripts": [
{
"js": ["scripts/content.js"],
"matches": [
"https://developer.chrome.com/docs/extensions/*",
"https://developer.chrome.com/docs/webstore/*"
]
"js": ["scripts/milje.js"],
"matches": ["<all_urls>", "file:///"]
}
]
}

View File

@ -1 +0,0 @@
console.log("this is where the milje code goes somehow...")

23
scripts/milje.js Normal file

File diff suppressed because one or more lines are too long