Contributing back some bug fixes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

manifest.php 322B

1234567891011121314
  1. <? require 'classes/config.php'; ?>
  2. {
  3. "name": "<?=SITE_NAME?>",
  4. "short_name": "<?=SITE_NAME?>",
  5. "start_url": "index.php",
  6. "display": "standalone",
  7. "background_color": "#FCC2E6",
  8. "theme_color": "#451740",
  9. "icons": [{
  10. "src": "static/common/icon.png",
  11. "sizes": "512x512",
  12. "type": "image/png"
  13. }]
  14. }