init
This commit is contained in:
16
manifest.json
Normal file
16
manifest.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "youtube-ui",
|
||||
"short_name": "yt-ui",
|
||||
"description": "browser extension for a better youtube ui",
|
||||
"version": "0.0.0",
|
||||
"manifest_version": 3,
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["https://youtube.com/*", "https://www.youtube.com/*"],
|
||||
"css": ["css/yt.css"]
|
||||
}
|
||||
],
|
||||
"action": {
|
||||
"default_popup": "index.html"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user