Zetatrack

Zetatrack

Track your zetamac progress in a google sheet!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zetatrack",
  "description": "Track your zetamac progress in a google sheet!",
  "version": "0.1.5",
  "manifest_version": 3,
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_icon": {
      "128": "icon.png"
    },
    "default_title": "Zetatrack",
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "oauth2": {
    "client_id": "1098917380926-1klaelmmtbc0gasrg1p7dnlglonnlc5b.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile",
      "https://www.googleapis.com/auth/drive",
      "https://www.googleapis.com/auth/spreadsheets"
    ]
  },
  "permissions": [
    "identity",
    "webRequest",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://arithmetic.zetamac.com/*"
  ]
}