WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Boxy SVG

Boxy SVG

View on Chrome Web Store
View Boxy SVG Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (214 ratings)
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Scalable Vector Graphics (SVG) editor for Chrome OS
Type
ChromeOS Game
Users
10,000 users
5K
Website boxy-svg.com
Jarek Foksa
View author page of Jarek Foksa
Published
Published on August 27, 2014
Version 3.79.3
Manifest version
2
Updated
Updated on March 20, 2022
Website
Visit developer website
View on Chrome Web Store
View Boxy SVG Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top