{
    "Actions":
    {
        "1_ToggleOrientationLock":
        {
            "Type": "StatelessToggle",
            "TextEnabled": "🔄 Toggle orientation lock",
            "TextDisabled": "🔄 Toggle orientation lock",
            "TextSuccessNotification": "Screen orientation lock was toggled."
        },
        "2_ToggleSilentMode":
        {
            "Type": "StatelessToggle",
            "TextEnabled": "🔕 Toggle Silent Mode",
            "TextDisabled": "🔕 Toggle Silent Mode",
            "TextSuccessNotification": "Silent mode was toggled."
        },
        "3_ToggleDarkMode":
        {
            "Type": "StatefulToggle",
            "TextEnabled": "⚪️ Disable Dark Mode",
            "TextDisabled": "⚫️ Enable Dark Mode",
            "TextSuccessNotification": "Dark Mode was toggled."
        },
        "99_UpdateShortcut":
        {
            "Type": "StatelessToggle",
            "TextEnabled": "📲 Update Shortcut",
            "TextDisabled": "📲 Update Shortcut",
            "TextSuccessNotification": "Shortcut was updated.",
            "TextFailureNotification": "Unable to update Shortcut.",
        }
    },
    "Version": "0.0.1",
    "DisabledActions": {},
    "MenuTitle": "Action Menu",
    "TextManifestUpdate": "The Shortcut will now attempt to download a new manifest.json and restart itself afterwards.",
    "TextLocalizedDataOutdated": "The localized data is outdated. The Shortcut will delete the current data and restart itself to download the latest data."
}
