Kharmaghas

Kharmaghas

For beta test and temp

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Kharmaghas",
  "description": "For beta test and temp",
  "version": "8.3.0",
  "action": {
    "default_icon": "./assets/128.png",
    "default_popup": "./dist/popup/index.html"
  },
  "background": {
    "service_worker": "./background.js"
  },
  "icons": {
    "16": "./assets/icon-512.png",
    "32": "./assets/icon-512.png",
    "48": "./assets/48.png",
    "128": "./assets/128.png"
  },
  "oauth2": {
    "client_id": "359653590602-ddeunafp9jgcoog9aass62qdvvp6l60k.apps.googleusercontent.com",
    "scopes": [
      "email profile",
      "https://www.googleapis.com/auth/calendar.readonly"
    ]
  },
  "permissions": [
    "storage",
    "identity",
    "identity.email",
    "bookmarks"
  ],
  "host_permissions": [
    "https://api.dastyar.io/",
    "https://*.google.com/*",
    "https://*.gstatic.com/*",
    "https://google-analytics.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "./dist/override/index.html"
  }
}