1
0
mirror of https://github.com/miljegen/browser-milje.git synced 2025-05-12 09:38:32 +00:00

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

(image error) Size: 66 KiB

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

@ -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