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",
"background": {
"service_worker": "\/js\/welcome.js"
},
"action": {
"default_icon": "src\/images\/icon-96.png",
"default_popup": "src\/popup.html",
"default_title": "Floating Youtube always on top"
},
"content_scripts": [
{
"js": [
"src\/page.js"
],
"matches": [
"*:\/\/www.youtube.com\/*"
]
}
],
"default_locale": "en",
"description": "__MSG_application_description__",
"icons": {
"16": "src\/images\/icon-16.png",
"32": "src\/images\/icon-32.png",
"48": "src\/images\/icon-48.png",
"96": "src\/images\/icon-96.png",
"128": "src\/images\/icon-128.png"
},
"manifest_version": 3,
"name": "__MSG_application_title__",
"version": "3.0.0",
"homepage_url": "https:\/\/floating-youtube.freebusinessapps.net"
}