{
    "uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "slug": "finance",
    "name": "Finance",
    "version": "1.0.0",
    "type": "shell",
    "provider": "Modules\\Finance\\FinanceServiceProvider",
    "description": "Income categories, expense categories, transactions, reports and financial dashboard.",
    "specs": "<h3>Finance Module</h3><p>Complete accounting toolkit for your admin platform.</p><ul><li>Income &amp; expense categories</li><li>Transaction ledger with running balances</li><li>Financial reports and dashboard widgets</li><li>Wallet-aware marketplace purchases</li></ul>",
    "category": "Accounting",
    "category_slug": "accounting",
    "category_name": "Accounting",
    "pricing_type": "one_time",
    "price": 49.0,
    "currency": "INR",
    "permissions": {
        "FINANCE_DASHBOARD_VIEW": "View finance dashboard",
        "FINANCE_TRANSACTIONS_VIEW": "View transactions",
        "FINANCE_TRANSACTIONS_CREATE": "Create transactions",
        "FINANCE_TRANSACTIONS_UPDATE": "Edit transactions",
        "FINANCE_TRANSACTIONS_DELETE": "Delete transactions",
        "FINANCE_CATEGORIES_MANAGE": "Manage income and expense categories",
        "FINANCE_REPORTS_VIEW": "View finance reports",
        "FINANCE_EXPORT": "Export financial data"
    }
}
