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": "\u0412\u041f\u041d \u0434\u043b\u044f Notion \/ VPN for Notion",
    "version": "1.2",
    "description": "\u0412\u0435\u0440\u043d\u0438\u0442\u0435 \u0441\u0435\u0431\u0435 \u0434\u043e\u0441\u0442\u0443\u043f \u043a Notion",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/g16.png",
            "32": "icons\/g32.png",
            "128": "icons\/g128.png"
        },
        "default_popup": "popup\/main.html"
    },
    "icons": {
        "16": "icons\/g16.png",
        "32": "icons\/g32.png",
        "128": "icons\/g128.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "permissions": [
        "proxy",
        "storage",
        "webRequest",
        "webRequestAuthProvider",
        "browsingData",
        "notifications"
    ],
    "host_permissions": [
        "<all_urls>"
    ]
}