wotschofsky / domain-digger

Full Toolkit for Next-Level Domain Analysis
https://digger.tools
GNU Affero General Public License v3.0
338 stars 39 forks source link

Suggest PWA #35

Closed Jetrom17 closed 1 month ago

Jetrom17 commented 1 month ago

I suggest a simple PWA. I am unable to reproduce the source code on my end. Here is the model I would contribute by "fork"

{
    "background_color": "#ffffff",
    "description": "Domain Digger is the full open-source toolkit for next-level domain analysis, providing detailed DNS, IP, WHOIS data, and SSL/TLS history in a user-friendly, no-install interface.",
    "dir": "ltr",
    "display": "standalone",
    "name": "Domain Digger: DNS, WHOIS lookup & more",
    "orientation": "any",
    "scope": "/",
    "short_name": "Domain Digger",
    "start_url": "/",
    "theme_color": "#ffffff",
    "icons": [
      {
        "src": "logo.png",
        "type": "image/x-icon",
        "sizes": "16x16"
      },
      {
        "src": "logo.png",
        "type": "image/svg+xml",
        "sizes": "any"
      },
      {
        "src": "logo.png",
        "type": "image/png",
        "sizes": "1200x630"
      },
      {
        "src": "logo.png",
        "type": "image/x-icon"
      }
    ],
    "lang": "en"
  }

/manifest.json

wotschofsky commented 1 month ago

Hey @Jetrom17, thanks for the suggestion! I've added a basic manifest similar to the one suggested. Therefore you should now get richer information when adding the webpage to your phone's homescreen.