Skip to content

Resources Module

The module allows the creation of a new item in the Extensions section of the user’s profile.

Resources Module

You can grant access to this module to one of the following user categories:

  • Only me (i.e., project owner)
  • All project members
  • Selected users
manifest.json
{
"modules": {
"profile-resources-menu": [
{
"key": "your-module-key",
"name": "Module name",
"url": "/resource-page",
"icon": "/images/icon.png",
"environments": "crowdin"
}
]
}
}
key

Type: string

Required: yes

Description: Module identifier within the Crowdin app.

name

Type: string

Required: yes

Description: The human-readable name of the module.

url

Type: string

Required: yes

Description: The relative URL to the content page of the module that will be integrated into the Crowdin UI.

icon

Type: string

Required: yes

Description: The relative URL to the icon that will be displayed in the Crowdin UI.
The recommended resolution is 24x24 pixels.

environments

Type: string

Allowed values: crowdin

Description: Set of environments where a module could be installed.
This parameter is needed for cross-product applications.

Was this page helpful?