|
12345678910111213141516171819202122 |
- {
- "appName": {
- "message": "Bookmark audio fragment",
- "description": "The name of the application"
- },
- "appShortName": {
- "message": "Bookmark audio fragment",
- "description": "The short_name (maximum of 12 characters recommended) is a short version of the app's name."
- },
- "appDescription": {
- "message": "Browser extension to bookmark fragments of audio files",
- "description": "The description of the application"
- },
- "bookmarkSelectionContextMenuItemForFragment": {
- "message": "Bookmark selected fragment",
- "description": "The entry in the context ('right-click') menu when selecting an audio fragment"
- },
- "bookmarkSelectionContextMenuItemForSingleMoment": {
- "message": "Bookmark selected moment",
- "description": "The entry in the context ('right-click') menu when selecting a single moment"
- }
- }
|