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
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

+2 -5
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:///"]
}
]
}
-1
View File
@@ -1 +0,0 @@
console.log("this is where the milje code goes somehow...")
+23
View File
File diff suppressed because one or more lines are too long