Sample skin.json file

This is a simple skin json sample file:

{
  "id": "massively",
  "name": "Massively",
  "version": 1.0,
  "provider-name": "Asfusion",
  "lastModified": "2024-09-04",
  "description": "",
  "url": "",
  "author": "AsFusion",
  "authorUrl": "",
  "designAuthor": "html5 Up",
  "designAuthorUrl": "https://html5up.net",
  "thumbnail": "assets/images/screenshot.png",
  "license": "CC BY 3.0",
  "requires": [
    {
      "engine": {
        "version": 2.0,
        "match": "greaterOrEqual"
      }
    }
  ],
  "settings": [
    {
      "path": "site/info",
      "key": "background-image",
      "name": "Background Image",
      "type": "asset",
      "size": "medium",
      "hint": "Whole website background"
    }
  ],
  "podLocations": [
    {
      "id": "footer",
      "name": "Footer",
      "pods": [
        {
          "id": "contact-form",
          "title": "Contact form"
        },
        {
          "id": "contact-info",
          "title": "Contact information including social media"
        }
      ]
    },
    {
      "id": "sidebar",
      "name": "Blog sidebar",
      "pods": [
        {
          "id": "categories",
          "title": "Categories"
        },
        {
          "id": "monthly-archives",
          "title": "Archives by month"
        }
      ]
    }
  ],
  "entryTypes":[
    {
      "id": "post",
      "type": "post",
      "customFields": [
        {
          "id": "image",
          "name": "Featured Image",
          "value": "",
          "inputType": "asset"
        }
      ]
    },
    {
      "id": "page",
      "type": "page",
      "customFields": [
        {
          "id": "image",
          "name": "Featured Image",
          "value": "",
          "inputType": "asset"
        }
      ]
    }
  ]
}