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

Side by Side Diff: chrome/test/data/extensions/api_test/browser_action/open_popup/manifest.json

Issue 25305002: Implement initial chrome.browserAction.openPopup API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to interactive_ui_test Created 7 years, 2 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
(Empty)
1 {
2 "name": "OpenPopup Test",
3 "version": "1",
4 "manifest_version": 2,
5 "description": "Apitest for chrome.browserAction.openPopup",
6 "incognito": "split",
7 "browser_action": {
8 "default_popup": "popup.html"
9 },
10 "permissions": [
11 "activeTab" // For testing that this API does not grant tab permissions.
12 ]
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698