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", "manifest_version": 3, "name": "Captivated", "short_name": "Captivated", "description": "Integrate captivated.works into your existing web browser workflows", "version": "3.97.65", "author": "Captivated", "permissions": [ "webNavigation", "sidePanel", "activeTab", "storage" ], "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "action": { "default_title": "Captivated", "default_icon": "assets\/icon-browser-action.png" }, "side_panel": { "default_path": "dist\/index.html" }, "content_security_policy": { "extension_pages": "default-src 'self' gap:\/\/ready; script-src 'self'; font-src 'self' data: https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; connect-src 'self' blob: localhost:3000 dockerhost:3000 ws:\/\/localhost:8080 *.captivated.works ws:\/\/*.captivated.works wss:\/\/*.captivated.works s3.amazonaws.com api.raygun.io api.mixpanel.com fcm.googleapis.com https:\/\/ecs.us1.twilio.com wss:\/\/global.vss.twilio.com wss:\/\/sdkgw.us1.twilio.com *.nylas.com *; img-src 'self' data: blob: media.licdn.com *.amazonaws.com *.openstreetmap.org *.cartocdn.com *.googleusercontent.com *.captivated.works captivated-api-integration.herokuapp.com captivated-api-staging.herokuapp.com captivated-api.herokuapp.com *.ggpht.com *; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com d1mt1jlp77hn7m.cloudfront.net dkg63mm7284y1.cloudfront.net *.nylas.com; media-src 'self' *.cloudfront.net *.amazonaws.com mediastream; frame-src gap: d1mt1jlp77hn7m.cloudfront.net dkg63mm7284y1.cloudfront.net learn.captivated.works *.nylas.com;" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "index.js" ], "all_frames": true } ] }