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

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

Issue 567037: Initial work on making extensions work in incognito mode. (Closed)
Patch Set: added experimental requirement Created 10 years, 10 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/test/data/extensions/api_test/browser_action/popup/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/incognito_no_script/manifest.json
diff --git a/chrome/test/data/extensions/api_test/incognito_no_script/manifest.json b/chrome/test/data/extensions/api_test/incognito_no_script/manifest.json
index 7c6156ebaf72ab198c4a0eae5ec434e8f0dbb5f0..e8f013c372595791a9723b1434e362a22fe526d2 100755
--- a/chrome/test/data/extensions/api_test/incognito_no_script/manifest.json
+++ b/chrome/test/data/extensions/api_test/incognito_no_script/manifest.json
@@ -2,7 +2,7 @@
"name": "incognito no script",
"version": "0.1",
"description": "Checks that content scripts do not inject js into incognito browsers.",
- "permissions": ["http://*/*", "https://*/*"],
+ "permissions": ["http://*/*", "https://*/*", "experimental", "incognito"],
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
« no previous file with comments | « chrome/test/data/extensions/api_test/browser_action/popup/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698