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": "Cosmos Graph Portal Enhancements", "version": "3.1.1", "description": "Enhance the Cosmos graph query editor in the portal.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/cosmos.azure.com\/*" ], "all_frames": true, "run_at": "document_idle", "js": [ "extension.js" ] } ], "web_accessible_resources": [ { "resources": [ "extension_editor.js", "extension.css", "cosmos_gremlin.monarch.js", "[email protected]" ], "matches": [ "https:\/\/cosmos.azure.com\/*" ] } ], "host_permissions": [ "https:\/\/cosmos.azure.com\/*" ] }