Projekt Upload
This commit is contained in:
30
manifest.json
Normal file
30
manifest.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
|
||||
"manifest_version": 2,
|
||||
"name": "Witzig!",
|
||||
"version": "0.1",
|
||||
|
||||
"description": "Replaces the thumb up and down in YouTube with an Witzig! and Nicht Witzig! stamp.",
|
||||
|
||||
"icons": {
|
||||
"48": "icons/witzig-48.png"
|
||||
},
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"*://*.youtube.com/watch*"
|
||||
],
|
||||
"js": [
|
||||
"witzig.js"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
"web_accessible_resources": [
|
||||
"media/stempel-witzig.png",
|
||||
"media/sticker-witzig.png",
|
||||
"media/sticker-nicht-witzig.png"
|
||||
]
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user