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": "Apple TV Picture In Picture", "description": "Extension to watch Apple TV in Picture in Picture mode. Enables a separate floating window to enjoy your favorite video content.", "version": "1.0.14", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.apple.com\/*" ], "action": { "default_icon": "img\/48x48_AppleTV.png" }, "content_scripts": [ { "js": [ "engine.js", "appletv.min.js" ], "css": [ "injected.css" ], "matches": [ "*:\/\/*.apple.com\/*" ] } ], "icons": { "16": "img\/16x16_AppleTV.png", "48": "img\/48x48_AppleTV.png", "128": "img\/128x128_AppleTV.png" }, "background": { "service_worker": "background.js" } }