EcoTab: Support the Environment with New Tabs

EcoTab: Support the Environment with New Tabs

We donate to the environment with each new tab you open.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "EcoTab: Support the Environment with New Tabs",
  "description": "We donate to the environment with each new tab you open.",
  "version": "1.1.0",
  "permissions": [
    "alarms",
    "storage",
    "cookies",
    "notifications",
    "identity"
  ],
  "icons": {
    "16": "assets/images/favicon.png",
    "48": "assets/images/favicon.png",
    "128": "assets/images/favicon.png"
  },
  "host_permissions": [
    "https://*.ecotab.co/*"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "service_worker": "assets/js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.ecotab.co/*"
      ],
      "css": [
        "assets/css/content-style.css"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "https://*.ecotab.co/*"
    ]
  },
  "oauth2": {
    "client_id": "861737811567-3tcian6cqisodp6kquv8fk3ai344cc5l.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.readonly"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyl99ud7kTkd9gT5BE3yzgbrKk2PPt20RZfq2e8fPzwHjdQRdoQYWMTP+ra7kzImTqvH5pN06B/qLzDGh0sdLNWwsTp/3VL35qzyWptxr5g2YayB/zLmlHq8MiCNewJEp+btc8NCM4Clluca9RN7VA1Bq1HQKDSgkC3DDDxkS7akrKniiiuiT3B/vXrBHStiJpNmrtip9Cwm1n7CgiMK8dBr4CBA2zURLYQdXDFq0x46LN9Bdepz8a3SLHeHlhn4LzAzenJdoAAzy2ahQyhmNnbjerASMijcTWkCEnCyLR5hX5ugGj4ezMiYWwSndXxnV67NNMbk7S3T6QpMRQNqn7QIDAQAB"
}