witzig-nicht-witzig/manifest.json

31 lines
528 B
JSON
Raw Normal View History

2018-06-23 20:39:41 +02:00
{
"manifest_version": 2,
2018-06-23 20:57:01 +02:00
"name": "Witzig! - Nicht Witzig!",
2018-06-23 20:39:41 +02:00
"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"
]
}