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

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

Issue 2424093003: Include the AppData file for Chrome and Chromium (Closed)
Patch Set: Remove the Chromium AppData template to avoid duplicity 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 side-by-side diff with in-line comments
Download patch
Index: chrome/installer/linux/common/google-chrome/google-chrome.appdata.xml.template
diff --git a/chrome/installer/linux/common/google-chrome/google-chrome.appdata.xml.template b/chrome/installer/linux/common/google-chrome/google-chrome.appdata.xml.template
new file mode 100644
index 0000000000000000000000000000000000000000..1f03817f282937ff6b72e2d16a8eb751cbc9e2fe
--- /dev/null
+++ b/chrome/installer/linux/common/google-chrome/google-chrome.appdata.xml.template
@@ -0,0 +1,26 @@
+<!-- Copyright 2017 The Chromium Authors -->
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>@@PACKAGE@@.desktop</id>
+ <update_contact>chromium-dev@chromium.org</update_contact>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>Freeware under Google Chrome Terms of Service</project_license>
+ <name>@@MENUNAME@@</name>
+ <summary>The web browser from Google</summary>
+ <description>
+ <p>
+ @@FULLDESC@@
+ </p>
+ </description>
+ <url type="homepage">@@PRODUCTURL@@</url>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://www.gstatic.com/chrome/appstream/chrome-1.png</image>
+ <caption/>
+ </screenshot>
+ </screenshots>
+ <translation/>
+ <developer_name>Google</developer_name>
+ <url type="bugtracker">https://support.google.com/chrome/?p=feedback</url>
+ <url type="help">https://support.google.com/chrome</url>
+</component>

Powered by Google App Engine
This is Rietveld 408576698