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": "Boxy SVG",
"description": "Scalable Vector Graphics (SVG) editor for Chrome OS",
"version": "3.79.3",
"author": "Jaros\u0142aw Foksa",
"manifest_version": 2,
"minimum_chrome_version": "95",
"offline_enabled": true,
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo7g\/j8PVK4\/5icKmVJ6mSHruTA6+oOog4F2eHeapjW31pve7ZrKVriM59hCwWcJHbRt4bP4SNTspLUm8L0GodTwM8mEv6a\/RLe7ts6Eih\/PaQZEtXesDCitIEKRPfqq9YawgPM\/04w30+oocQJTI1AQWk12fm05aG60FDYepYdrEpQu6SAg1r405Kk2U1GjR8r2DUu4mx0gorRNhZa95iojMxzFlURkKmV8GEsmWvfMNgCYekKGf2hXuacEZnpa4t1BWAPqRSZ5pxNXXLtPevCwdnqetWy2zCdLxOv1+1ObRh2Ba48MlIML81MGUrvwbNWHJQHYiWRP+D2P1VHEK7QIDAQAB",
"oauth2": {
"client_id": "166009762809-enl73avab54786ngilubh4jcidnmr947.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
]
},
"app": {
"background": {
"scripts": [
"main.js"
]
}
},
"file_handlers": {
"svg": {
"extensions": [
"svg"
]
},
"svgz": {
"extensions": [
"svgz"
]
},
"png": {
"extensions": [
"png"
]
},
"jpeg": {
"extensions": [
"jpg",
"jpeg"
]
},
"gif": {
"extensions": [
"gif"
]
},
"webp": {
"extensions": [
"webp"
]
},
"avif": {
"extensions": [
"avif"
]
},
"pdf": {
"extensions": [
"pdf"
]
},
"ai": {
"extensions": [
"ai"
]
}
},
"permissions": [
"storage",
"identity",
"https:\/\/www.googleapis.com\/",
"https:\/\/cdn.pixabay.com\/",
"clipboardRead",
"clipboardWrite",
{
"fileSystem": [
"write",
"retainEntries"
]
}
],
"icons": {
"16": "images\/app-16.png",
"32": "images\/app-32.png",
"48": "images\/app-48.png",
"128": "images\/app-128.png"
}
}