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": "Viaplay: Picture in Picture", "description": "Extension to watch Viaplay in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.", "version": "1.0.3", "manifest_version": 3, "permissions": [], "host_permissions": [ "*:\/\/*.viaplay.com\/*", "*:\/\/*.viaplay.pl\/*" ], "action": { "default_icon": "img\/48pipViaplay.png" }, "content_scripts": [ { "js": [ "engine.js" ], "css": [ "injected.css" ], "matches": [ "*:\/\/*.viaplay.com\/*", "*:\/\/*.viaplay.pl\/*" ] } ], "icons": { "48": "img\/48pipViaplay.png", "128": "img\/128pipViaplay.png" }, "background": { "service_worker": "background.js" } }