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",
"name": "Floater: Watch Any Video in a Resizable Floating Window",
"description": "Turn any video into a floating, resizable window that stays on top while you browse. Perfect for multitasking, studying, or working!",
"version": "1.4.0",
"icons": {
"720": "assets\/icon720.png"
},
"action": {
"default_popup": "popup\/index.html",
"default_icon": {
"64": "assets\/icon64.png",
"128": "assets\/icon128.png"
}
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"script.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/*"
],
"matches": [
"<all_urls>"
]
}
],
"manifest_version": 3
}