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 EUPOC Creator", "short_name": "Ziplyne Creator", "description": "Create in-app guides\/experiences on any platform (3rd Party or Your Own)", "version": "7.0.0", "permissions": [ "storage" ], "background": { "service_worker": "public\/js\/common\/background.js" }, "icons": { "128": "public\/img\/logo.png" }, "action": { "default_title": "Ziplyne Creator" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "public\/embed.js" ], "css": [ "\/public\/styles\/wewalkthruiframe.css" ], "run_at": "document_idle", "all_frames": true }, { "matches": [ "<all_urls>" ], "js": [ "foreground-bundle.js" ], "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "src\/*" ], "matches": [ "<all_urls>" ] } ], "manifest_version": 3, "author": "Ziplyne TM", "incognito": "split" }