{
  "name": "Author Cutter-Sanborn Generator",
  "short_name": "CutterCallNoGen",
  "description": "Generate Cutter-Sanborn author numbers, DDC and LC call numbers, and printable spine labels for cataloging and bibliographic work.",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#f8fafc",
  "theme_color": "#c89132",

  "lang": "en",
  "dir": "ltr",

  "categories": [
    "education",
    "productivity",
    "reference",
    "libraries"
  ],

  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Generate Call Number",
      "short_name": "Generator",
      "description": "Generate Cutter-Sanborn author numbers and formatted call numbers.",
      "url": "/"
    },
    {
      "name": "Cutter Tables",
      "short_name": "Tables",
      "description": "Browse the Cutter-Sanborn Three-Figure Author Tables.",
      "url": "/table"
    },
    {
      "name": "Bulk Labels",
      "short_name": "Labels",
      "description": "Generate and print DDC and LC spine labels.",
      "url": "/bulkcallnumber"
    },
    {
      "name": "LLE Review",
      "short_name": "Review",
      "description": "Read LLE review articles and library science study notes.",
      "url": "/blog"
    },
    {
      "name": "About",
      "short_name": "About",
      "description": "Learn more about the application and its features.",
      "url": "/about"
    }
  ],

  "prefer_related_applications": false
}
