2017-12-23 01:44:41 +00:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Better Youtube +",
|
2019-02-03 05:48:26 +00:00
|
|
|
"version": "1.3.7",
|
2017-12-23 01:44:41 +00:00
|
|
|
"description": "Enhancements for Youtube to have a better experience.",
|
|
|
|
|
|
|
|
"applications": {
|
|
|
|
"gecko": {
|
2019-01-07 07:48:10 +00:00
|
|
|
"id": "betterYoutube@itdominator.com",
|
|
|
|
"strict_min_version": "50.0"
|
2017-12-23 01:44:41 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"permissions": [
|
2019-01-07 07:48:10 +00:00
|
|
|
"nativeMessaging",
|
|
|
|
"tabs",
|
|
|
|
"*://*.youtube.com/*"
|
2017-12-23 01:44:41 +00:00
|
|
|
],
|
|
|
|
|
|
|
|
"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
|
|
|
}
|