Chromium Code Reviews| Index: chrome/test/data/extensions/manifest_tests/script_badge_basic.json |
| diff --git a/chrome/test/data/extensions/manifest_tests/script_badge_basic.json b/chrome/test/data/extensions/manifest_tests/script_badge_basic.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7da1727104e57fa2b7ca66a2de681c5111c68dc7 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/manifest_tests/script_badge_basic.json |
| @@ -0,0 +1,15 @@ |
| +{ |
| + "manifest_version": 2, |
| + "name": "my extension", |
| + "version": "1.0.0.0", |
| + "description": "Check that a simple script_badge section parses", |
| + "icons": { |
| + "16": "icon16.png", |
| + "19": "icon19.png", |
| + "48": "icon48.png" |
| + }, |
| + "script_badge": { |
| + "default_title": "Hello World", |
| + "default_popup": "popup.html" |
| + } |
| +} |