Clay

Clay

Clay

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Clay",
  "version": "1.2.26.1",
  "manifest_version": 2,
  "description": "Clay",
  "homepage_url": "https://claysql.com",
  "icons": {
    "16": "icons/clay16.png",
    "19": "icons/clay19.png",
    "38": "icons/clay38.png",
    "48": "icons/clay48.png",
    "128": "icons/clay128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/jquery/jquery-3.2.1.min.js",
      "src/bg/background.js"
    ],
    "persistent": true
  },
  "oauth2": {
    "client_id": "http://140245056943-tuuvk1pbpta9oe5hjpue9ae6crvbro7f.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets"
    ]
  },
  "options_page": "src/options/options.html",
  "content_scripts": [
    {
      "matches": [
        "https://docs.google.com/spreadsheets/*"
      ],
      "js": [
        "js/jquery/jquery-3.2.1.min.js",
        "src/content/content.js"
      ],
      "css": [
        "css/clay-query.webflow.css",
        "css/normalize.css",
        "css/webflow.css",
        "css/content.css"
      ]
    }
  ],
  "permissions": [
    "https://docs.google.com/spreadsheets/*",
    "identity",
    "tabs",
    "https://sheets.googleapis.com/v4/",
    "https://api.claysql.com/*",
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_title": "Clay"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiPogAkHjzpqxCDRFGg4qXMvtwhe9NmnPgOUXSdfYQ8C+/C7M5uEszOcepjXBj+KD1d81ggouxZLyLwqrihK/wdLG/Gev1x1ctKf3RwTsz4V9rzctQ/WUI4ahIa38QxSgd2asxGvSqlDQ3EfuirkBjk6UpzrJ9hjMWNn57BAHlZyW1ZhXFbglLr226Ab0S4vJFVPMTyiqafo4fp27Scbfh0d4Ok+MR7leByeU0fYE+SYkOS+ez1Nfa6OVrIqLAedV+2FyYl+Rt6feHe4ly6bj35IHyoCKeLL3IviJn1YuHfoTFaUugyc/ySP/w7RGLdJV7EPDRoxx08HjgZH3gl4sYQIDAQAB",
  "web_accessible_resources": [
    "images/menu.svg",
    "images/clay-logo.svg",
    "images/expand.svg",
    "images/minimize.svg",
    "images/Close.svg",
    "icons/clay128.png"
  ]
}