From Sandcat Browser

EDK: Sandcat Extension Manifest

During startup Sandcat will check all extensions for a Manifest.json file contained within the extension's ZIP package. The following is an example of a manifest file:


{
 "name": "Hello World Extension",
 "version": "1.0",
 "author": "Me",
 "script": {
  "filename": "hello.lua",
  "init": "Hello:register()",
 }
}

Manifest Keys

(*) = required keys

Retrieved from https://www.syhunt.com/sandcat/index.php?n=EDK.Manifest
Page last modified on May 14, 2013, at 06:40 PM