Skip to content

Commit d45136d

Browse files
authored
Change ID for web-install to navigator-install (web-platform-dx#3628)
1 parent 2411aec commit d45136d

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

features/navigator-install.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: navigator.install()
2+
description: The `navigator.install()` method triggers a request to install a progressive web app.
3+
group: progressive-web-app
4+
spec: https://github.com/w3c/manifest/pull/1175
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated from: navigator-install.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support: {}

features/web-install.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
name: navigator.install()
2-
description: The `navigator.install()` method triggers a request to install a progressive web app.
3-
group: progressive-web-app
4-
spec: https://github.com/w3c/manifest/pull/1175
1+
kind: moved
2+
redirect_target: navigator-install

features/web-install.yml.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated from: web-install.yml
2-
# Do not edit this file by hand. Edit the source file instead!
2+
# This file intentionally left blank.
3+
# Do not edit this file.
4+
# The data for this feature has moved to navigator-install.yml
35

4-
status:
5-
baseline: false
6-
support: {}
6+
{}

0 commit comments

Comments
 (0)