BioTorrents.de’s version of Gazelle
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 330B

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