@types/web-app-manifest
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -259,2 +259,10 @@ // Type definitions for non-npm package web-app-manifest 1.0 | ||
/** | ||
* The manifest's id member is a string that represents the identity for the application. | ||
* The identity takes the form of a URL, which is same origin as the start URL. | ||
* | ||
* @see https://w3c.github.io/manifest/#id-member | ||
*/ | ||
id?: string | undefined; | ||
/** | ||
* The `theme_color` member serves as the default theme color for an application context. | ||
@@ -261,0 +269,0 @@ * |
{ | ||
"name": "@types/web-app-manifest", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "TypeScript definitions for web-app-manifest", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/web-app-manifest", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4983f763ff041291ac70ccdaa73052454b0100b240926579302707c230319352", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "a60a9144663b828a56e5bcecde0f3379a8739154ec864b6ade429d9d8232fbd1", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 18:05:18 GMT | ||
* Last updated: Wed, 03 May 2023 14:32:46 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13320
8262
274