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

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

Issue 2734783009: Revert of Include the AppData file for Chrome and Chromium (Closed)
Patch Set: 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>Freeware under Google Chrome Terms of Service</project_licens e>
8 <name>@@MENUNAME@@</name>
9 <summary>The web browser from Google</summary>
10 <description>
11 <p>
12 @@FULLDESC@@
13 </p>
14 </description>
15 <url type="homepage">@@PRODUCTURL@@</url>
16 <screenshots>
17 <screenshot type="default">
18 <image>https://www.gstatic.com/chrome/appstream/chrome-1.png</image>
19 <caption/>
20 </screenshot>
21 </screenshots>
22 <translation/>
23 <developer_name>Google</developer_name>
24 <url type="bugtracker">https://support.google.com/chrome/?p=feedback</url>
25 <url type="help">https://support.google.com/chrome</url>
26 </component>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698