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

Unified Diff: chrome/common/extensions/docs/examples/tutorials/debugging/manifest.json

Issue 411008: Remove use of innerHTML and Toolstrips from example extensions (Closed)
Patch Set: cr changes Created 11 years, 1 month 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/common/extensions/docs/examples/tutorials/debugging/manifest.json
diff --git a/chrome/common/extensions/docs/examples/tutorials/debugging/manifest.json b/chrome/common/extensions/docs/examples/tutorials/debugging/manifest.json
deleted file mode 100644
index 3170bf429f092a5afc9fa24fa31c26b11631813e..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/examples/tutorials/debugging/manifest.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "My First Extension",
- "version": "1.0",
- "description": "The first extension that I made.",
- "toolstrips": [
- "my_toolstrip.html"
- ],
- "permissions": [
- "http://api.flickr.com/"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698