Extensão Gauge

Extensão Gauge

Página inicial do Chrome para profissionais Gauge

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Extensão Gauge",
  "version": "5.0",
  "description": "Página inicial do Chrome para profissionais Gauge",
  "author": "Gauge",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "geolocation",
    "identity"
  ],
  "icons": {
    "16": "images/icon16.png",
    "128": "images/icon128.png"
  },
  "offline_enabled": true,
  "background": {
    "service_worker": "scripts/background.js"
  },
  "options_page": "pages/options.html",
  "oauth2": {
    "client_id": "417762689046-ku25hh8hf28p8jj7h1eev8f2tgp48tru.apps.googleusercontent.com",
    "scopes": [
      "profile"
    ]
  }
}