Customer Service Quotes by Freshworks

Customer Service Quotes by Freshworks

Motivational Customer Service quotes and articles in every new tab!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Motivational Customer Service quotes and articles in every new tab!",
  "version": "1.7.2",
  "name": "Customer Service Quotes by Freshworks",
  "manifest_version": 2,
  "author": "Freshworks",
  "icons": {
    "128": "icon-128.png"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "chrome_url_overrides": {
    "newtab": "popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "https://source.unsplash.com/",
    "geolocation",
    "identity"
  ],
  "oauth2": {
    "client_id": "933694044162-dueklbd0ft3k04ufspcoe8q2l1bcskjv.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  }
}