UNPKG

@kintone/plugin-manifest-validator

Version:

[![npm version](https://badge.fury.io/js/%40kintone%2Fplugin-manifest-validator.svg)](https://badge.fury.io/js/%40kintone%2Fplugin-manifest-validator) ![Node.js version](https://img.shields.io/badge/dynamic/json.svg?url=https://raw.githubusercontent.com/k

12 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const manifest = { manifest_version: 1, version: 1, type: "APP", name: { en: "foo", }, icon: "path/to/icon.png", }; //# sourceMappingURL=manifest-schema-test.js.map