mirror of
https://github.com/miljegen/browser-milje.git
synced 2025-09-02 09:23:43 +00:00
now at proof of concept stage(thanks He4eT!)
This commit is contained in:
@@ -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:///"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user