{
  "short_name": "NE Siding",
  "name": "New England Siding LLC | Siding & Exterior Remodeling",

  "icons": [
    {
      "src": "./bizSolutions-icon.png",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "./bizSolutions-icon.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "./bizSolutions-icon.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "./bizSolutions-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    }
  ],

  "start_url": "/",
  "display": "standalone",

  "theme_color": "#ea580c",
  "background_color": "#ffffff",

  "description": "New England Siding LLC provides siding, roofing, gutter, and exterior remodeling services throughout Massachusetts.",

  "orientation": "portrait-primary",
  "scope": "/",

  "shortcuts": [
    {
      "name": "Call Now",
      "short_name": "Call",
      "description": "Contact New England Siding LLC",
      "url": "/#contact",
      "icons": [
        {
          "src": "phone-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contact Us",
      "short_name": "Contact",
      "description": "Get a free siding estimate",
      "url": "/#contact",
      "icons": [
        {
          "src": "contact-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Our Services",
      "short_name": "Services",
      "description": "Explore siding and exterior remodeling services",
      "url": "/#services",
      "icons": [
        {
          "src": "home-icon.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "categories": [
    "siding",
    "roofing",
    "gutters",
    "window replacement",
    "exterior remodeling",
    "home improvement"
  ],

  "related_applications": [
    {
      "platform": "web",
      "url": "https://newenglandsidingllc.com/"
    }
  ]
}