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

Unified Diff: chrome/test/data/extensions/extension1/manifest

Issue 18681: Revert "Parse more user script info out of the manifest and expose" (Closed)
Patch Set: Created 11 years, 11 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
« no previous file with comments | « chrome/browser/extensions/user_script_master.h ('k') | chrome/test/unit/unit_tests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/extension1/manifest
diff --git a/chrome/test/data/extensions/extension1/manifest b/chrome/test/data/extensions/extension1/manifest
index a7b3d74fdc72168e001d9a4ae80a53c47c3e61bc..bfde17678264bcd858e305a217a380d9df811849 100755
--- a/chrome/test/data/extensions/extension1/manifest
+++ b/chrome/test/data/extensions/extension1/manifest
@@ -4,14 +4,8 @@
"version": "1.0",
"name": "My extension 1",
"description": "The first extension that I made.",
- "user_scripts": [
- {
- "matches": ["http://*.google.com/*", "https://*.google.com/*"],
- "files": ["script1.js"]
- },
- {
- "matches": ["http://*.yahoo.com/*"],
- "files": ["script2.js"]
- }
+ "content_scripts": [
+ "script1.user.js",
+ "script2.user.js"
]
}
« no previous file with comments | « chrome/browser/extensions/user_script_master.h ('k') | chrome/test/unit/unit_tests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698