Shakel-Table

Shakel-Table

chrome extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Shakel-Table",
  "description": "chrome extension",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhmPIrX8DmPCGjuAL5hcIgZWCxucEmBWXO2/us5PvYrDehOhp1rBWZAp9+Ag2ydFD0g4yTQPae0TXZS30qRf0WrOrmXeU8pSrTNiiGibJGty+DrmbseqYS4NJJfUUV8I4FXRPFnTlt1TalOU2xrEWxfFrLBM0SELBlvo7AZFiZvV4s7HNp6poo0K3LToAe2/0j1Kk+x6SqRXCnaWAHkCe6BX5O6M+RbhqwPVkfB6xcOcxYnA8CGKhLj80shXI75AkXATVDcbp9/M3+TDKVWLtWt0JehUApVRIho677Cu4nwpPSla/eT+fFVfKAbFeN9oi3OSIwDebEOEguVvUf9MblwIDAQAB",
  "version": "2.0.9",
  "background": {
    "service_worker": "/background.js"
  },
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "action": {
    "default_icon": {
      "16": "16.png",
      "24": "24.png",
      "32": "32.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "identity",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/content.js"
      ]
    }
  ],
  "oauth2": {
    "client_id": "818530120-s0dfn7hj5f0k4b97hhh8p771fkp4gco8.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.file",
      "https://www.googleapis.com/auth/script.projects",
      "https://www.googleapis.com/auth/spreadsheets"
    ]
  }
}