mirror of
https://github.com/miljegen/browser-milje.git
synced 2026-06-06 05:57:50 +00:00
now at proof of concept stage(thanks He4eT!)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
+2
-5
@@ -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:///"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user