mirror of
https://github.com/He4eT/browser-milje-2077.git
synced 2026-05-04 17:07:24 +00:00
Bootstrap Web Extension
This commit is contained in:
parent
9b04b7cbe4
commit
2fbe0cd79e
5 changed files with 192 additions and 0 deletions
16
manifest.json
Normal file
16
manifest.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "browser-milje-2077",
|
||||
"description": "Adds a pixelated milje table cloth on top of your browser viewport",
|
||||
"version": "0.0.1",
|
||||
"action": {
|
||||
"default_popup": "pages/popup/popup.html"
|
||||
},
|
||||
"content_scripts": [{
|
||||
"js": ["content_scripts/milje.js"],
|
||||
"matches": ["<all_urls>", "file:///"]
|
||||
}],
|
||||
"permissions": [
|
||||
"storage"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue