Skip to content

apps.json: missing comma causes JSON parse error #1

@f

Description

@f

Problem

The apps.json file has invalid JSON — there's a missing comma on line 18, between the "icon" and "category" fields:

"icon": "https://www.appalize.com/assets/favicon/favicon.svg"
"category": [

This causes a jq parse error:

jq: parse error: Expected separator between values at line 18, column 16

Fix

Add a comma after the "icon" value:

"icon": "https://www.appalize.com/assets/favicon/favicon.svg",
"category": [

Impact

This breaks the wvw.dev aggregation build, which fetches and merges apps.json files from all registered stores.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions