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

Side by Side Diff: chrome/test/data/panels/test_extension/manifest.json

Issue 2263863002: Remove implementation of Panels on OSes other than ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CR feedback Created 4 years, 4 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": "test extension",
3 "version": "0.1",
4 "manifest_version": 2,
5 "description": "Test extension that is used to test panel icon support.",
6 "background": {
7 "page": "test.html"
8 },
9 "icons": {
10 "128": "128.png",
11 "32": "32.png",
12 "24": "24.png"
13 },
14 "permissions": ["tabs"]
15 }
OLDNEW
« no previous file with comments | « chrome/test/data/panels/test_extension/hello.html ('k') | chrome/test/data/panels/test_extension/test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698