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

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

Issue 8540012: Enable extension APIs for content scripts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 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/data/extensions/api_test/content_scripts/extension_api/manifest.json
diff --git a/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json b/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..30fe2a41c9962cb7a1ce55e003c70dccb0efcb3c
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/content_scripts/extension_api/manifest.json
@@ -0,0 +1,11 @@
+{
+ "name": "Content Script API Tests",
+ "version": "1",
+ "permission": ["tabs"],
+ "content_scripts": [
+ {
+ "matches": ["*://*/functions.html"],
+ "js": ["functions.js"]
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698