{
    "name": "Appreciation",
    "alias": "appreciation",
    "description": "",
    "keywords": [],
    "active": 1,
    "order": 2,
    "providers": [
        "Modules\\Appreciation\\Providers\\AppreciationServiceProvider"
    ],
    "aliases":{},
    "files": [
        "start.php"
    ],
    "permissions": [
        {
            "name": "manage-awards",
            "display_name": "Manage Awards",
            "description": "Create/Edit/Delete awards"
        },
        {
            "name": "manage-appreciations",
            "display_name": "Manage Appreciations",
            "description": "Create/Edit/Delete appreciations"
        }
    ],
    "roles_permissions": {
        "admin": [
            "manage-awards",

            "manage-appreciations"
        ],
        "manager": [
            "manage-appreciations"
        ]
    }
}
