diff options
Diffstat (limited to 'browser/extensions/webcompat/experiment-apis/appConstants.json')
-rw-r--r-- | browser/extensions/webcompat/experiment-apis/appConstants.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/browser/extensions/webcompat/experiment-apis/appConstants.json b/browser/extensions/webcompat/experiment-apis/appConstants.json new file mode 100644 index 0000000000..cf04915eca --- /dev/null +++ b/browser/extensions/webcompat/experiment-apis/appConstants.json @@ -0,0 +1,15 @@ +[ + { + "namespace": "appConstants", + "description": "experimental API to expose some app constants", + "functions": [ + { + "name": "getReleaseBranch", + "type": "function", + "description": "", + "async": true, + "parameters": [] + } + ] + } +] |