2017-12-22 19:44:41 -06:00
|
|
|
{
|
|
|
|
|
"manifest_version": 2,
|
|
|
|
|
"name": "Better Youtube +",
|
2018-05-28 14:32:13 -05:00
|
|
|
"version": "1.2.5",
|
2017-12-22 19:44:41 -06:00
|
|
|
"description": "Enhancements for Youtube to have a better experience.",
|
|
|
|
|
|
|
|
|
|
"applications": {
|
|
|
|
|
"gecko": {
|
|
|
|
|
"id": "betterYoutube@itdominator.com"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"permissions": [
|
|
|
|
|
"*://*.youtube.com/*",
|
|
|
|
|
"tabs"
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
"icons": {
|
2017-12-22 20:05:00 -06:00
|
|
|
"48": "icons/betterYoutube_48.png",
|
|
|
|
|
"96": "icons/betterYoutube_96.png"
|
2017-12-22 19:44:41 -06:00
|
|
|
},
|
|
|
|
|
|
2018-05-07 03:23:22 -05:00
|
|
|
"background": { "scripts": ["scripts/background.js"] }
|
2017-12-22 19:44:41 -06:00
|
|
|
}
|