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

Unified Diff: chrome/test/telemetry_auto/auto_provider/manifest.json

Issue 11412238: Proof of concept for running extension API stack through dev tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/test/telemetry_auto/auto_provider/manifest.json
diff --git a/chrome/test/ext_auto/auto_provider/manifest.json b/chrome/test/telemetry_auto/auto_provider/manifest.json
similarity index 91%
copy from chrome/test/ext_auto/auto_provider/manifest.json
copy to chrome/test/telemetry_auto/auto_provider/manifest.json
index 0cece37e79cea3b8177d19ddc13eeff7a5633d49..af9609de00475dbb3c96670d63330e78f865610b 100644
--- a/chrome/test/ext_auto/auto_provider/manifest.json
+++ b/chrome/test/telemetry_auto/auto_provider/manifest.json
@@ -1,12 +1,12 @@
{
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDr+Q7QFcTr4Wmn9sSICKWbxnYLhIM0ERbcapZCDmpAkiBUhOPt+KkYnTdUFl4Kx2xv02MwIowh36Fho9Dhqh7cPWGIPsLHUaJosO6t6oaHxQsMQS/K4MlnP5pNJykExo82DcajSXGV+mIQH3RslxL+XhtmIh2BQLwbizVG0bA+mwIDAQAB",
- "name": "Test Automation Provider Extension",
+ "name": "Telemetry Extension Provider",
"version": "1",
"manifest_version": 2,
- "description": "Test Automation Provider Extension",
+ "description": "Extension API access provider for Telemetry",
"default_locale": "en",
"background": {
- "scripts": ["connection_handler.js", "server.js", "background.js"]
+ "scripts": ["background.js"]
},
"content_security_policy": "default-src 'self' 'unsafe-eval'; script-src 'self' 'unsafe-eval';",
"permissions": [

Powered by Google App Engine
This is Rietveld 408576698