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

Unified Diff: chrome/test/data/extensions/api_test/background_scripts/manifest.json

Issue 9150008: Introduce background.scripts feature for extension manifests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ready to land Created 8 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
Index: chrome/test/data/extensions/api_test/background_scripts/manifest.json
diff --git a/chrome/test/data/extensions/api_test/background_scripts/manifest.json b/chrome/test/data/extensions/api_test/background_scripts/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..ea6573eeb0c0f774914e7f491b302850bea5fd4b
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/background_scripts/manifest.json
@@ -0,0 +1,9 @@
+{
+ "name": "Background Scripts Test",
+ "version": "1",
+ "manifest_version": 2,
+ "description": "Test functionality of the background.scripts key",
+ "background": {
+ "scripts": ["a.js", "b.js"]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698