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

Unified Diff: chrome/common/extensions/docs/examples/api/devtools/resources/chrome-firephp/manifest.json

Issue 6948003: Add chrome-firephp sample extensions; add sample references to devtools pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments addressed Created 9 years, 7 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/common/extensions/docs/examples/api/devtools/resources/chrome-firephp/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/devtools/resources/chrome-firephp/manifest.json b/chrome/common/extensions/docs/examples/api/devtools/resources/chrome-firephp/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..f81a0747f992b5c2eef0b67f3e406dbd6085111b
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/devtools/resources/chrome-firephp/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "FirePHP for Chrome",
+ "version": "1.0",
+ "minimum_chrome_version": "10.0",
+ "description": "Extends the Developer Tools, adding support for parsing FirePHP messages from server",
+ "devtools_page": "devtools.html",
+ "background_page": "background.html",
+ "permissions": [
+ "experimental",
+ "tabs",
+ "http://*/*",
+ "https://*/*"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698