RankedVote for Google Sheets

RankedVote for Google Sheets

Add ranked-choice voting to your surveys, polls, and spreadsheets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RankedVote for Google Sheets",
  "description": "Add ranked-choice voting to your surveys, polls, and spreadsheets.",
  "version": "1.0.4",
  "author": "RankedVote",
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAghyvd5JGlA+0yXPauPKFobmXj60f+OAsJPXRsNpzndyCtUFVewRfheFXgo0UhPvW9Qbfi/mZckKED40ww4KZTXguEBbF06gYCZtCuDdmFxptHdez6ystNrITfpbrk25RgR7Eke5q+5lZnB9uyAa6mxd8b3jR/yMJTun2LmSypk7TtQLne3LpL0C7KNeenHd2vEyO1/dqvR0oZZfQRJm/I/o9xacFaBm8qGe55btgKeTgYnkZWIZrtzrVsZTPt9TMOK/bp6kWP5ZCqorntbZn/iKJKH1X6ppu815YCWhYEtOx1ncmGkqc0mppnwFxb0epYdpVfdpms9rQmqXy/wZd8wIDAQAB",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "activeTab",
    "identity"
  ],
  "action": {
    "default_title": "RankedVote for Google Sheets",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "oauth2": {
    "client_id": "65195510050-64plkn3u47ujvm1348f3gko7uunjktvs.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/spreadsheets.readonly"
    ]
  },
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src https://*.googleapis.com https://*.rankedvote.co 'self'; style-src https://*.googleapis.com https://*.rankedvote.co 'self'; font-src https://*.gstatic.com 'self'; img-src https://*.rankedvote.co 'self'; frame-ancestors 'none'"
  },
  "externally_connectable": {
    "ids": [
      "majabnkhjckgjkpkhioejbenlnlfaaop",
      "clpahdddgcpkngfkpcbinjcfdkomcmjm"
    ],
    "matches": [
      "https://*.rankedvote.co/*",
      "*://localhost/*"
    ]
  }
}