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 Staging Hybrid Creator", "short_name": "Ziplyne Hybrid Creator", "description": "Create in-app guides (Zips) on any platform at Johns Hopkins Enterprise", "version": "6.0.0", "permissions": [ "storage", "https:\/\/*\/*" ], "background": { "scripts": [ "public\/js\/common\/background.js", "public\/js\/interface\/contentTobackground.js" ], "persistent": true }, "icons": { "128": "public\/img\/logo.png" }, "browser_action": { "default_title": "Ziplyne Creator" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "public\/js\/snippet.js" ], "css": [ "public\/styles\/wewalkthruiframe.css" ], "run_at": "document_idle", "all_frames": true } ], "web_accessible_resources": [ "src\/*" ], "manifest_version": 2, "author": "Ziplyne TM", "incognito": "split" }