2014-07-05 20:01:20 +02:00
|
|
|
---
|
|
|
|
$schema: http://json-schema.org/draft-04/schema#
|
|
|
|
properties:
|
|
|
|
plugins:
|
|
|
|
properties:
|
|
|
|
minimize_size:
|
|
|
|
properties:
|
|
|
|
shrink:
|
|
|
|
type: boolean
|
|
|
|
zerofree:
|
|
|
|
type: boolean
|
2015-12-09 17:56:50 +01:00
|
|
|
apt:
|
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
autoclean:
|
|
|
|
type: boolean
|
|
|
|
languages:
|
|
|
|
type: array
|
|
|
|
minItems: 1
|
|
|
|
items:
|
|
|
|
type: string
|
|
|
|
gzip_indexes:
|
|
|
|
type: boolean
|
|
|
|
autoremove_suggests:
|
|
|
|
type: boolean
|
|
|
|
locales:
|
|
|
|
type: array
|
|
|
|
minItems: 1
|
|
|
|
items:
|
|
|
|
type: string
|
2015-12-12 23:36:08 +01:00
|
|
|
exclude_docs:
|
|
|
|
type: boolean
|
2014-07-05 20:01:20 +02:00
|
|
|
type: object
|
2015-05-02 12:45:55 +02:00
|
|
|
additionalProperties: false
|
2014-07-05 20:01:20 +02:00
|
|
|
type: object
|
|
|
|
title: Minimize size plugin manifest
|
|
|
|
type: object
|