| Index: chrome/managed-storage-schema.json |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/chrome/managed-storage-schema.json |
| @@ -0,0 +1,8 @@ |
| +{ |
| + "type": "object", |
| + "properties": { |
| + "suppress_first_run_page": { |
| + "type": "boolean" |
| + } |
| + } |
| +} |