{
  "name": "FileGuard - מאמת תקינות קבצים",
  "short_name": "FileGuard",
  "description": "כלי מקצועי לבדיקת תקינות, יצירת חתימות וניתוח מתקדם של קבצים. הכל רץ בדפדפן - הקבצים לא נשלחים לשום שרת.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#4a9eff",
  "orientation": "any",
  "lang": "he",
  "dir": "rtl",
  "categories": ["utilities", "security", "productivity"],
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "בדיקת תקינות",
      "short_name": "בדיקה",
      "description": "בדוק שקובץ שהורדת לא נפגע או הוחלף",
      "url": "./?mode=verify"
    },
    {
      "name": "יצירת חתימות",
      "short_name": "יצירה",
      "description": "צור חתימות לקבצים שאתה מפיץ",
      "url": "./?mode=generate"
    }
  ]
}
