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

Unified Diff: chrome/test/data/extensions/samples/gmail/manifest.json

Issue 99172: Part 1 of sample sprucing. (Closed)
Patch Set: Added buildbot.crx, since that seems like something people might want to install. Created 11 years, 8 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/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"
+}
« no previous file with comments | « chrome/test/data/extensions/samples/gmail/gmail_checker.html ('k') | chrome/test/data/extensions/samples/gmail/styles.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698