Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4179)

Unified Diff: chrome/test/data/extensions/manifest_tests/script_badge_basic.json

Issue 10565017: Parse the script_badge manifest section. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Back out support for setting switches in unittests. Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698