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": "diagrams.net and draw.io Importer",
"version": "1.0.11",
"description": "Import Lucidchart diagrams to diagrams.net",
"permissions": [
"declarativeContent"
],
"host_permissions": [
"https:\/\/*.lucidchart.com\/*",
"https:\/\/lucid.app\/*",
"https:\/\/*.draw.io\/*",
"https:\/\/*.diagrams.net\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.lucidchart.com\/documents\/external?callback=http%3A%2F%2Fdiagrams.net%0A*",
"https:\/\/*.lucidchart.com\/users\/login?view=external*",
"https:\/\/lucid.app\/documents\/external?callback=http%3A%2F%2Fdiagrams.net%0A*",
"https:\/\/lucid.app\/users\/login?view=external*"
],
"all_frames": true,
"run_at": "document_end",
"js": [
"contentScript.js"
]
}
],
"externally_connectable": {
"matches": [
"https:\/\/*.draw.io\/*",
"https:\/\/*.diagrams.net\/*"
]
},
"action": {
"default_icon": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
}
},
"icons": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
},
"manifest_version": 3
}