 
                             
                            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": "DataDuck - Format and create test data offline",
    "version": "1.2.0",
    "description": "Generate Payment Info, Texts, Files and format Json Offline with DataDuck.",
    "icons": {
        "32": "assets\/icon-32x32.png"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "32": "assets\/icon-32x32.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [],
    "content_scripts": [],
    "web_accessible_resources": [
        {
            "resources": [
                "faker.min.js",
                "file-saver.min.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}