1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // This file contains the schema for web app defintion files.
10 // TODO(aa): Need to figure out what max length the store is using for name
27 "enum": ["tab", "panel"],
30 // TODO(aa): We had problems with a simple array of strings in extensions.
31 // Consider something else.
52 "16": { "optional": true, "type": "string", "minLength": 1 },
53 "48": { "optional": true, "type": "string", "minLength": 1 },
54 "128": { "optional": true, "type": "string", "minLength": 1 }