summaryrefslogtreecommitdiff
path: root/www-plugins/firefoxpwa/metadata.xml
blob: a91876999c6b122815aade059fd0f0ecf0b532c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <name>John-Henry Lim</name>
    <email>johnhenrylim12@gmail.com</email>
  </maintainer>
  <longdescription>
		Progressive Web Apps (PWAs) are web apps that use web APIs and features along
		with progressive enhancement strategy to bring a native app-like user
		experience to cross-platform web applications. Although Firefox supports many
		of Progressive Web App APIs, it does not support functionality to install them
		as a standalone system app with an app-like experience.

		This project creates a custom modified Firefox runtime to allow websites to be
		installed as standalone apps and provides a console tool and browser extension
		to install, manage and use them.

		This package contains only the native part of the PWAsForFirefox project. You
		should also install the browser extension if you haven't already. You can
		download it from &lt;https://addons.mozilla.org/firefox/addon/pwas-for-firefox/&gt;.
	</longdescription>
  <upstream>
    <maintainer>
      <name>Filip Štamcar</name>
      <email>projects@filips.si</email>
    </maintainer>
    <bugs-to>https://github.com/filips123/PWAsForFirefox/issues</bugs-to>
    <changelog>https://github.com/filips123/PWAsForFirefox/releases</changelog>
    <doc>https://pwasforfirefox.filips.si/</doc>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>