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