store property

WebExtensionReference.store property

Specifies the instance of the marketplace where the web extension is stored.

@property
def store(self) -> str:
    ...

@store.setter
def store(self, value: str):
    ...

See Also