21 lines
685 B
Markdown
21 lines
685 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [AppManifestParsedProperties](./puppeteer.protocol.page.appmanifestparsedproperties.md)
|
||
|
|
||
|
## Protocol.Page.AppManifestParsedProperties interface
|
||
|
|
||
|
Parsed app manifest properties.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface AppManifestParsedProperties
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [scope](./puppeteer.protocol.page.appmanifestparsedproperties.scope.md) | string | Computed scope value |
|
||
|
|