 
                             
                            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": "JSON MASTER - Offline JSON Beautifier & Viewer",
    "version": "1.3",
    "description": "Format and display JSON with color scheme and language switching",
    "action": {
        "default_popup": "popup.html",
        "default_title": "JSON MASTER",
        "default_icon": "icon-32x32.png"
    },
    "icons": {
        "32": "icon-32x32.png"
    },
    "permissions": [
        "storage"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+J"
            },
            "description": "Open JSON MASTER"
        }
    }
}