Chromium Code Reviews| Index: chrome/test/webdriver/test/app_shell_extension/manifest.json |
| diff --git a/chrome/test/webdriver/test/app_shell_extension/manifest.json b/chrome/test/webdriver/test/app_shell_extension/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e6c6bd8293b4cf246ff02e85a87981d4d0d66a3f |
| --- /dev/null |
| +++ b/chrome/test/webdriver/test/app_shell_extension/manifest.json |
| @@ -0,0 +1,11 @@ |
| +{ |
| + "name": "App Shell", |
| + "manifest_version": 2, |
| + "version": "1.0", |
| + "app": { |
| + "background": { |
| + "scripts": [ "bg.js" ] |
| + } |
| + }, |
| + "permissions": [ "experimental" ] |
| +} |