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:
parent
6f572448fe
commit
01533ca62b
BIN
assets/milje.png
Normal file
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
milje.js
1
milje.js
@ -1 +0,0 @@
|
|||||||
console.log("this is where the milje code goes somehow...")
|
|
23
scripts/milje.js
Normal file
23
scripts/milje.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user