Add schema version

This commit is contained in:
Chris Hunt 2022-12-30 16:19:45 +00:00
parent 31fa36d160
commit c0b7f0ce76

View File

@ -54,6 +54,7 @@ glob("**/app.json", async function (err, files) {
let json = { let json = {
name: nextConfig.env.name || 'Unknown store', name: nextConfig.env.name || 'Unknown store',
appcount: apptotal, appcount: apptotal,
schema_version: 1.0,
icon: nextConfig.env.icon || null, icon: nextConfig.env.icon || null,
description: nextConfig.env.description || null, description: nextConfig.env.description || null,
list_url: nextConfig.env.listUrl || null, list_url: nextConfig.env.listUrl || null,