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 Player", "short_name": "Player Extension", "description": "Navigate a guided experience on any platform (3rd Party or Your Own)", "version": "7.1.5", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "public\/embed.js" ], "run_at": "document_idle", "all_frames": true }, { "matches": [ "<all_urls>" ], "run_at": "document_idle", "js": [ "foreground-bundle.js" ], "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "src\/*" ], "matches": [ "<all_urls>" ] } ], "manifest_version": 3, "author": "Ziplyne", "icons": { "128": "public\/asset\/logo.png" } }