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": "Kurdish Fake Filler",
    "short_name": "Krd Filler",
    "description": "Fill forms instantly with smart Kurdish data generation",
    "version": "1.1.1",
    "minimum_chrome_version": "88",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "Kurdish Fake Filler - Click to fill forms",
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "128": "icons\/icon-128.png",
            "256": "icons\/icon-256.png"
        }
    },
    "options_ui": {
        "page": "html\/settings.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/kurdish-fake-data.js",
                "js\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "html\/*",
                "js\/kurdish-fake-data.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}