Index: chrome/test/data/extensions/samples/gmail/manifest.json |
diff --git a/chrome/test/data/extensions/samples/gmail/manifest.json b/chrome/test/data/extensions/samples/gmail/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bf7faf729ddb581042ae93084be41d2cf5d5b3c4 |
--- /dev/null |
+++ b/chrome/test/data/extensions/samples/gmail/manifest.json |
@@ -0,0 +1,13 @@ |
+{ |
+ "description": "Displays number of unread Gmail messages", |
+ "id": "DE6C0EDB5E435EC06E4E0E36E77EB241E1831273", |
+ "name": "Gmail Checker", |
+ "permissions": [ |
+ "http://*.google.com/*", |
+ "https://*.google.com/*" |
+ ], |
+ "toolstrips": [ |
+ "gmail_checker.html" |
+ ], |
+ "version": "0.1" |
+} |