{
  "config_version": 1,
  "urlRegex": "https?://(www\\.)?huntbidy\\.com.*",
  "allowedOriginRegex": "https?://(www\\.)?huntbidy\\.com.*",
  "initialUrl": "https://www.huntbidy.com",

  "appName": "Huntbidy",
  "backgroundColor": "#0f2060",
  "statusBarStyle": "light",
  "statusBarColor": "#1e3a8a",

  "webviewPools": [
    {
      "pattern": "https?://(www\\.)?huntbidy\\.com.*",
      "numWebviews": 2
    }
  ],

  "pullToRefresh": {
    "enabled": true,
    "tintColor": "#2563eb"
  },

  "swipeNavigation": {
    "enabled": false
  },

  "forms": {
    "nativeFormDialogs": false
  },

  "tabNavigation": {
    "enabled": true,
    "style": "tab",
    "activeColor": "#2563eb",
    "inactiveColor": "#94a3b8",
    "backgroundColor": "#ffffff",
    "tabBarTopBorderColor": "#e2e8f0",
    "items": [
      {
        "label": "Home",
        "icon": "fa-home",
        "url": "https://www.huntbidy.com/dashboard",
        "regex": ".*/dashboard.*"
      },
      {
        "label": "Jobs",
        "icon": "fa-briefcase",
        "url": "https://www.huntbidy.com/jobs",
        "regex": ".*/jobs.*"
      },
      {
        "label": "Messages",
        "icon": "fa-comment",
        "url": "https://www.huntbidy.com/messages",
        "regex": ".*/messages.*"
      },
      {
        "label": "Profile",
        "icon": "fa-user",
        "url": "https://www.huntbidy.com/profile",
        "regex": ".*/profile.*"
      }
    ]
  },

  "navigationTitles": [
    { "regex": ".*/dashboard.*", "title": "Dashboard" },
    { "regex": ".*/jobs/[0-9]+.*", "title": "Job Details" },
    { "regex": ".*/jobs.*", "title": "Jobs" },
    { "regex": ".*/my-bids.*", "title": "My Bids" },
    { "regex": ".*/messages/conversation.*", "title": "Conversation" },
    { "regex": ".*/messages.*", "title": "Messages" },
    { "regex": ".*/profile.*", "title": "My Profile" },
    { "regex": ".*/headhunter/post-job.*", "title": "Post a Job" },
    { "regex": ".*/jobs/[0-9]+/bid.*", "title": "Place Bid" },
    { "regex": ".*/jobs/[0-9]+/submit-candidate.*", "title": "Submit Candidate" },
    { "regex": ".*/employer/candidates.*", "title": "Candidates" },
    { "regex": ".*/invoices.*", "title": "Invoices" },
    { "regex": ".*/notifications.*", "title": "Notifications" },
    { "regex": ".*/reports.*", "title": "Reports" },
    { "regex": ".*/headhunter/subscription.*", "title": "Upgrade to Premium" }
  ],

  "permissions": {
    "camera": {
      "rationale": "Required for uploading CR/FL documents and profile photos"
    },
    "photos": {
      "rationale": "Required for uploading documents and profile photos"
    },
    "push": {
      "enabled": true,
      "requestImmediately": false,
      "openUrl": "https://www.huntbidy.com/notifications"
    }
  },

  "urlInspectors": [
    {
      "regex": "https?://(www\\.)?huntbidy\\.com/(login|register).*",
      "hideTabBar": true
    },
    {
      "regex": "https?://(www\\.)?huntbidy\\.com/?$",
      "hideTabBar": true
    },
    {
      "regex": "https?://(www\\.)?huntbidy\\.com/(about|terms|privacy).*",
      "hideTabBar": true
    }
  ],

  "registration": {
    "registrationUrl": "https://www.huntbidy.com/api/push-register",
    "fields": ["deviceId", "platform", "appVersion", "pushToken"]
  },

  "auth": {
    "loginRegex": "https?://(www\\.)?huntbidy\\.com/login.*",
    "loginUrl": "https://www.huntbidy.com/login",
    "loginRequired": false
  },

  "userInfo": {
    "url": "https://www.huntbidy.com/api/mobile/profile"
  }
}
