mirror of
https://github.com/miljegen/browser-milje.git
synced 2024-12-22 07:27:29 +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 Width: | Height: | Size: 66 KiB |
@ -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:///"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
23
scripts/milje.js
Normal file
23
scripts/milje.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user