{
  "name": "journal-icon-numbers",
  "id": "journal-icon-numbers",
  "title": "Automatic Journal Icon Numbers",
  "description": "Automatically pick numbered icons for journal icons added to the map. Supports numbers 0-999, with an option prefix or postfix of a single letter.  Different icon styles can be selected in the config menu.",
  "authors": [{"name":"Chris Flanagan",
    "email":"tiwato@gmail.com",
    "discord":"ChrisF#4895"
    }],
  "version": "v1.10.0",
  "minimumCoreVersion": "12",
  "compatibleCoreVersion":"13",
  "compatibility": {
    "minimum": "12",
    "verified": "13.336"
  },
  "esmodules":["src/index.js"],
  "url":"https://github.com/tcflanag/journal_icon_numbers",
  "manifest": "https://raw.githubusercontent.com/tcflanag/journal_icon_numbers/master/module.json",
  "download": "https://github.com/tcflanag/journal_icon_numbers/archive/refs/tags/v1.10.0.zip",
  
  "readme": "https://raw.githubusercontent.com/tcflanag/journal_icon_numbers/master/README.md",
  "bugs": "https://github.com/tcflanag/journal_icon_numbers/issues",
  "flags":{
    "allowBugReporter": true
  },
  "changelog": "https://raw.githubusercontent.com/tcflanag/journal_icon_numbers/master/CHANGELOG.md",
  "dependencies": [
    {
      "id": "colorsettings",
      "name": "colorsettings",
      "type": "module"
    }
  ],
  "relationships": {
    "requires": [
      {
        "id": "colorsettings",
        "type": "module"
      }
    ]
  },

  "media": [
    {
      "type": "screenshot",
      "url": "https://raw.githubusercontent.com/tcflanag/journal_icon_numbers/master/example.png"
    },
    {
      "type": "cover",
      "url": "https://raw.githubusercontent.com/tcflanag/journal_icon_numbers/master/cover.png"
    }
  ],

  "languages": [
  {
    "lang": "en",
    "name": "English",
    "path": "./lang/en.json"
  },
  {
    "lang": "es",
    "name": "Spanish",
    "path": "./lang/es.json"
  },
  {
    "lang": "pt-BR",
    "name": "Português (Brasil)",
    "path": "./lang/pt-BR.json"
  },
  {
    "lang": "ja",
    "name": "日本語",
    "path": "./lang/ja.json"
  }
]
}