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

Side by Side Diff: chrome/test/data/extensions/api_test/browser_action/popup/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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Popup tester", 2 "name": "Popup tester",
3 "version": "0.1", 3 "version": "0.1",
4 "description": "apitest for popups", 4 "description": "apitest for popups",
5 "permissions": [
6 "experimental", "incognito"
7 ],
5 "browser_action": { 8 "browser_action": {
6 "name": "grow", 9 "name": "grow",
7 "icons": ["chromium.png"], 10 "icons": ["chromium.png"],
8 "popup": "popup.html" 11 "popup": "popup.html"
9 } 12 }
10 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698