Git Product home page Git Product logo

appmanifest's Introduction

appmanifest's People

Contributors

gokulkrishh avatar lencioni avatar lunaroyster avatar tomitm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

appmanifest's Issues

Shortcuts is labeled as screenshots

{ "name": "Wallet", "description": "Test test", "short_name": "Wallet", "start_url": "/", "lang": "en", "theme_color": "#1234", "display": "minimal-ui", "background_color": "#fff", "orientation": "any", "icons": [ { "src": "512x512.png", "sizes": "512x512", "type": "image/png" } ], "screenshots": [ { "url": "/settings", "name": "App Settings", "short_name": "Settings", "description": "Edit your desc" } ] }

Add <head> generation for more compatibliity

Currently the <head> section is just the manifest meta tag to make it clear how to use the manifest.

There's a large handful of meta tags for browsers that don't support manifest.json. Would be helpful to auto-generate based on user input and a couple of them, such as mobile-web-app-capable, are always a good idea regardless of user input.

Just need to find a comprehensive list of meta tags...

Add member background_color

from MSDN:
Defines the expected background color for the web application. This value repeats what is already available in the application stylesheet, but can be used by browsers to draw the background color of a web application when the manifest is available before the stylesheet has loaded. This creates a smooth transition between launching the web application and loading the application's content.

this guy has it. https://app-manifest.firebaseapp.com/

Support file drop for icons

Handy for when you have 5 different images you need to input.

Should probably be able to automatically determine name, size and mimetype. Maybe prompt the user for which path?

Add ServiceWorker

Didn't realise gh-pages silently started supporting HTTPS, so looks like a service worker should be easily do-able for offline caching and quick load.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.