29 lines
743 B
JSON
29 lines
743 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "YouTube Herp Derp",
|
|
"description": "Replaces YouTube comments with herp derps. Forked from github.com/twstokes/herpderp",
|
|
"homepage_url": "https://git.michael.is/michael/youtube-herp-derp-browser-extension",
|
|
"version": "1.0.4.2",
|
|
"icons": {
|
|
"48": "icons/herp48.png",
|
|
"128": "icons/herp128.png"
|
|
},
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "{8460883e-a350-4e55-8c07-eed5eefdc2b5}"
|
|
}
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"run_at": "document_idle",
|
|
"all_frames": false,
|
|
"matches": [
|
|
"https://apis.google.com/*",
|
|
"https://plus.googleapis.com/*",
|
|
"https://www.youtube.com/*"
|
|
],
|
|
"js": ["./index.js"]
|
|
}
|
|
]
|
|
}
|