-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add manifest.json for PWA Standalone Mode #6226
Comments
Estimating as 2. A prerequisite is to provide a high quality image asset to be used as the icon– if not already available in the repo. Then we can use an online tool to convert to various formats as needed. |
@sachben91 - To be added to list of outstanding assets needed:
Even better if @dillchen could update manifest example in description to fill in our desired values for the required keys:
|
I have questions.
Related question here is who can pull from Mixpanel ranked list of most used devices on Commonwealth.im? Links |
I agree it's a 2 for actual implementation, however taking into account other considerations and questions I'm inclined to call this a 3. (Leaving as a 2 for now.) |
Description — create onchain together. Community forums with onchain rewards, roles and more
Sent via Superhuman iOS ***@***.***>
…On Thu, Feb 1 2024 at 8:54 PM, Forest Mars ***@***.***> wrote:
I agree it's a 2 for actual implementation, however taking into account
other considerations and questions I'm inclined to call this a 3. (Leaving
as a 2 for now.)
—
Reply to this email directly, view it on GitHub
<#6226 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIWMHNRSCTR64EWUYN23KTYRRBODAVCNFSM6AAAAABBOXZBWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRSGY2DKOBYG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Name and short name should both be Common
Sent via Superhuman iOS ***@***.***>
…On Thu, Feb 1 2024 at 10:33 PM, Dillon Chen ***@***.***> wrote:
Description — forums with memecoins, contests, and more
Sent via Superhuman iOS ***@***.***>
On Thu, Feb 1 2024 at 8:54 PM, Forest Mars ***@***.***>
wrote:
> I agree it's a 2 for actual implementation, however taking into account
> other considerations and questions I'm inclined to call this a 3. (Leaving
> as a 2 for now.)
>
> —
> Reply to this email directly, view it on GitHub
> <#6226 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABIWMHNRSCTR64EWUYN23KTYRRBODAVCNFSM6AAAAABBOXZBWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRSGY2DKOBYG4>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Here's our starting manifest, with installable set to false. We will only change that to true when we are ready to launch. Nb. We need to ensure that users will not get the prompt before then. Additional comments follow.
|
Notes:
Additional Assumptions
Future Roadmap Considerations
|
Description
We want to become a PWA. This requires some configuration changes. This is only for adding the configuration changes, it does not include the flow for prompting the user to operate in standalone mode
Adds the manifest JSON and relevant handler in top-level HTML The web app manifest contains details such as name of the app, icons and if the display is standalone mode or not
The business goal of enabling a PWA is to increase user engagement and retention using push notifications on mobile, and keeping Common top of mind for users. Detailed out more in this PRD - Progressive Web App PRD
Project Owner
PM: @dillchen / @sachben91
EM: IDK
Engineering Requirements
Manifest JSON Example
Top Level HTML Tag
Acceptance Criteria
Not Standalone (bottom nav bar)
Standalone (no bottom nav bar)
Additional context
Further documentation can be found here using the following tutorial
The text was updated successfully, but these errors were encountered: