manifest.json
Your manifest.json
file tells nuken what your Lookup-compatible GitHub repo is all about! Here's how it should be set up.
name
- The name of your content. What's it called?
description
- Your content's description. Keep it short, snappy, and memorable.
version
- Feel free to use whatever version numbering style your prefer.
date
- Today's date, or whatever date your decide.
developer
- Your name goes here. Yeah, that's right. You.
icon
- Your content's preview icon. Enter the link to an image online, or a resource in the repository itself. It's up to you.
content_download
- This is the .zip file users will download and extract. Again, links can be absolute or relative here.
You can name this .zip archive anything you'd like; however, for nuken to properly recognize it, it needs to end with the following -
_addon.zip
for Add-ons_theme.zip
for Themes_template_pack.zip
for Templates
Here are some examples.
coding_addon.zip
rainbow_theme.zip
css_template_pack.zip
content_type
- Now what exactly did you make? Let's see.
nuken will only recognize the following values for content_type
-
addon
theme
template
Last updated
Was this helpful?