UNPKG

hexo-theme-amazing

Version:

A simple, delicate, and modern theme for Hexo

14 lines (13 loc) 296 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "/widget/adsense.json", "description": "Google AdSense unit configurations", "type": "object", "properties": { "type": { "type": "string", "const": "adsense" } }, "required": ["type"] }