Developing add-ons
var test_addon = {
title: "New Add-on",
description: 'This is a nuken Add-on. Pretty cool, huh?',
codename: "test_addon", //the name of your object
icon: "image.png", //look for 'image.png' in content/addons
index: 'addon.html', //look for 'addon.html' in content/addons
creator: 'Anonymous',
donate: 'https://donate-link-here.com',
link: 'https://insert-link-here.com',
version: 'v1.0',
fullscreen:false,
width: 1920, //1920 px
height: 1080, //1080 px
resize:true, //this Add-on can be resized
pin: true //this Add-on can be pinned
};
push_addon(test_addon); Required properties
Optional properties


Last updated