Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_application_title__",
"description": "__MSG_application_description__",
"version": "3.1.2",
"default_locale": "en",
"background": {
"service_worker": "\/js\/background.js"
},
"action": {
"default_icon": {
"16": "icons\/icon-16.png",
"24": "icons\/icon-24.png",
"32": "icons\/icon-32.png"
},
"default_popup": "\/ui\/popup.html",
"default_title": "__MSG_application_title__"
},
"content_scripts": [
{
"js": [
"\/js\/inject.js"
],
"matches": [
"*:\/\/www.youtube.com\/*"
]
}
],
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"96": "icons\/icon-96.png",
"128": "icons\/icon-128.png"
},
"homepage_url": "https:\/\/floating-youtube.freeonlineapps.net\/"
}