| Index: native_client_sdk/src/examples/resources/manifest.json.template
|
| diff --git a/native_client_sdk/src/examples/resources/manifest.json.template b/native_client_sdk/src/examples/resources/manifest.json.template
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e8a8faabf84ce725d68fb0370867cae478528cb1
|
| --- /dev/null
|
| +++ b/native_client_sdk/src/examples/resources/manifest.json.template
|
| @@ -0,0 +1,17 @@
|
| +{
|
| + "name": "Native Client SDK",
|
| + "version": "{{version}}",
|
| + "manifest_version": 2,
|
| + "description": "Native Client SDK examples, showing API use and key concepts.",
|
| + "offline_enabled": true,
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["background.js"]
|
| + }
|
| + },
|
| + "permissions": [
|
| + "fullscreen",
|
| + "pointerLock",
|
| + "unlimitedStorage"
|
| + ]
|
| +}
|
|
|