{
    "name": "DigitalVocano",
    "alias": "digitalvocano",
    "display_name": "Digital Vocano Projects",
    "description": "Manages portfolio projects, documentation, and showcases items for Digital Vocano.",
    "keywords": [
        "portfolio",
        "projects",
        "documentation",
        "showcase"
    ],
    "priority": 100,
    "category": "content_management",
    "requires_subscription": false,
    "providers": [
        "Modules\\DigitalVocano\\Providers\\DigitalVocanoServiceProvider"
    ],
    "files": [],
    "requires": [],
    "admin_menu": {
        "title": "My Projects",
        "route_name": "admin.digitalvocano.projects.index",
        "icon_svg_path": "M3.75 9.75h16.5m-16.5 4.5h16.5m-16.5 4.5h16.5m-16.5-13.5h16.5a2.25 2.25 0 00-2.25-2.25h-12a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 003.75 21h12a2.25 2.25 0 002.25-2.25V9.75"
    },
    "user_menu": [],
    "features": [],
    "settings": [
        {
            "key": "digitalvocano_portfolio_title",
            "name": "Portfolio Page Title",
            "type": "text",
            "group": "Digital Vocano",
            "value": "My Awesome Projects"
        },
        {
            "key": "digitalvocano_projects_per_page",
            "name": "Projects Per Page (Frontend)",
            "type": "number",
            "group": "Digital Vocano",
            "value": "9"
        }
    ]
}
