Home | History | Annotate | Download | only in server2

Lines Matching defs:json

6 import json
19 # permissions.json file.
24 # since the entry appears in _api_features.json.
28 # This won't appear for anything since there's no entry in permissions.json
134 '_api_features.json': json.dumps(_API_FEATURES),
135 '_manifest_features.json': '{}',
136 '_permission_features.json': json.dumps(_PERMISSION_FEATURES),
140 'json': {
141 'manifest.json': '{}',
142 'permissions.json': json.dumps(_PERMISSIONS_JSON),