{
    "manifest_version": 3,
    "name": "Torrent Sender",
    "version": "1.0.0",
    "description": "A Chrome extension to upload torrents to your server.",
    "icons": {
        "16": "icons/icon-16.png",
        "32": "icons/icon-32.png",
        "48": "icons/icon-48.png",
        "128": "icons/icon-128.png"
    },
    "action": {
        "default_title": "Torrent Sender",
        "default_icon": {
            "16": "icons/icon-16.png",
            "24": "icons/icon-24.png",
            "32": "icons/icon-32.png"
        }
    }
}
