Skip to content

Commit

Permalink
Bug 1644336 [wpt PR 24053] - Update interfaces/appmanifest.idl, a=tes…
Browse files Browse the repository at this point in the history
…tonly

Automatic update from web-platform-tests
Update interfaces/appmanifest.idl (#24053)

Source: https://github.com/tidoust/reffy-reports/blob/99dc680/ed/idl/appmanifest.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/696339200
--

wpt-commits: 48bcafb2d7c8f0d9c38607c12a8be2eb325e2cd2
wpt-pr: 24053
  • Loading branch information
autofoolip authored and moz-wptsync-bot committed Jun 12, 2020
1 parent 4d0b44c commit afebe63
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions testing/web-platform/tests/interfaces/appmanifest.idl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dictionary WebAppManifest {
USVString name;
USVString short_name;
USVString description;
sequence<ImageResource> icons;
sequence<ImageResource> screenshots;
sequence<ManifestImageResource> icons;
sequence<ManifestImageResource> screenshots;
sequence<USVString> categories;
DOMString iarc_rating_id;
USVString start_url;
Expand All @@ -33,20 +33,17 @@ enum DisplayModeType {
"browser"
};

dictionary ImageResource {
required USVString src;
DOMString sizes;
USVString type;
USVString purpose;
dictionary ManifestImageResource : ImageResource {
USVString platform;
USVString purpose;
};

dictionary ShortcutItem {
required USVString name;
USVString short_name;
USVString description;
required USVString url;
sequence<ImageResource> icons;
sequence<ManifestImageResource> icons;
};

dictionary ExternalApplicationResource {
Expand Down

0 comments on commit afebe63

Please sign in to comment.