Closed
Bug 948941
Opened 12 years ago
Closed 12 years ago
Web App Manifest's `storage` was of an unexpected type.
Categories
(Marketplace Graveyard :: Validation, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: nick, Unassigned)
Details
This validation [0] seems to be complaining about the storage permission, which should be valid [1]. Manifest [2].
[0] https://marketplace.firefox.com/developers/upload/ef2ab8d79f664699a0b313e01be4e2fa
[1] https://developer.mozilla.org/en-US/docs/Apps/App_permissions
[2] http://download.atlasct.com/evernav/manifest.webapp
| Reporter | ||
Comment 1•12 years ago
|
||
Running the same manifest through the validator [0] again gives no errors [1].
[0] https://marketplace.firefox.com/developers/validator
[1] https://marketplace.firefox.com/developers/upload/4188e32b236745b9be33ca909bf92f20
Notice the same date. Possible the developer changed the manifest?
Comment 2•12 years ago
|
||
Maybe. "storage" is indeed a valid, recognized permission:
https://github.com/mozilla/app-validator/blob/master/appvalidator/specs/webapps.py#L90
However, each permission must be an object that looks something like `"storage":{"description": "I need access to your files"}`. In this case, it looks like the developer had written `"storage":"Allow"`, which is indeed wrong. It does look like the developer has changed the value since then.
Marking as INVALID, but if I'm missing something, please reopen.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•