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

Unified Diff: chrome/test/data/devtools/extensions/devtools_extension/manifest.json

Issue 8899008: Added a smoke test for DevTools extension API (detailed API tests are in WebKit) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years 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
« no previous file with comments | « chrome/test/data/devtools/extensions/devtools_extension/devtools.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/devtools/extensions/devtools_extension/manifest.json
diff --git a/chrome/test/data/devtools/extensions/devtools_extension/manifest.json b/chrome/test/data/devtools/extensions/devtools_extension/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..9cd30c8fc1e5be4530ff5b1e5850f661239fb93d
--- /dev/null
+++ b/chrome/test/data/devtools/extensions/devtools_extension/manifest.json
@@ -0,0 +1,10 @@
+{
+ "description": "Devtools Test extension",
+ "name": "Devtools Test extension",
+ "version": "0.1",
+ "manifest_version": 2,
+ "devtools_page": "devtools.html",
+ "permissions": [
+ "experimental"
+ ]
+}
« no previous file with comments | « chrome/test/data/devtools/extensions/devtools_extension/devtools.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698