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": "Ziplyne JH Production Player (Hybrid)", "short_name": "Ziplyne Player Hybrid", "description": "Playback in-app guides (Zips) on any platform or Johns Hopkins App", "version": "6.0.0", "permissions": [ "storage", "https:\/\/*\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "icons": { "128": "\/img\/logo.png" }, "browser_action": { "default_title": "Ziplyne Player Embed" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/snippet.js" ], "run_at": "document_idle", "all_frames": true } ], "manifest_version": 2, "author": "Ziplyne TM", "incognito": "split" }