Last active
May 17, 2024 04:32
-
-
Save aarongustafson/e4465b97349bd0707866772451dd7c3a to your computer and use it in GitHub Desktop.
sample manifest with categories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Gojiro", | |
"description": "Gojiro, a freak mutation with a cynical worldview, suffers the pain of solitude as well as several maladies experienced by entertainers, including drug abuse and suicidal tendencies.", | |
"icons": [{ | |
"src": "images/icon.png", | |
"sizes": "192x192" | |
}], | |
"categories": ["books", "fiction", "science fiction & fantasy", "kaiju", "怪獣"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment