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

Side by Side Diff: chrome/installer/linux/common/chromium-browser/chromium-browser.appdata.xml.template

Issue 2424093003: Include the AppData file for Chrome and Chromium (Closed)
Patch Set: Fix the build and introduce the AppData template even for Chromium Created 3 years, 9 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 <!-- Copyright 2017 The Chromium Authors -->
2 <?xml version="1.0" encoding="UTF-8"?>
3 <component type="desktop">
4 <id>@@PACKAGE@@.desktop</id>
5 <update_contact>chromium-dev@chromium.org</update_contact>
6 <metadata_license>CC0-1.0</metadata_license>
7 <project_license>BSD-3-Clause and LGPL-2.1+ and Apache-2.0 and IJG and MIT and GPL-2.0+ and ISC and OpenSSL and (MPL-1.1 or GPL-2.0 or LGPL-2.0)</project_lice nse>
8 <name>@@MENUNAME@@</name>
9 <summary>The web browser from Chromium project</summary>
10 <description>
11 <p>
12 Chromium is an open-source browser project that aims to build a safer, faste r,
13 and more stable way to experience the web.
14 </p>
15 <p>
16 We invite you to join our effort to build a powerful platform for developing a
17 new generation of web applications.
18 </p>
19 <p>
20 Chromium supports Vorbis, Theora, WebM and HTML5 audio and video standards, but
21 does not include the non-free AAC, H.264, MP3 or Adobe Flash code that is fo und
22 in Chrome.
23 </p>
24 </description>
25 <url type="homepage">https://www.chromium.org/Home</url>
26 <screenshots>
27 <screenshot type="default">
28 <image>https://www.gstatic.com/chrome/appstream/chrome-1.png</image>
29 <caption/>
30 </screenshot>
31 </screenshots>
32 <translation/>
33 <developer_name>The Chromium Authors</developer_name>
34 <url type="bugtracker">https://www.chromium.org/for-testers/bug-reporting-guid elines</url>
35 <url type="help">https://chromium.googlesource.com/chromium/src/+/master/docs/ linux_debugging.md</url>
36 </component>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698