TagU - Team Collaboration on the Web

TagU - Team Collaboration on the Web

Visual feedback on the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TagU - Team Collaboration on the Web",
  "description": "Visual feedback on the web",
  "version": "2.0.0",
  "icons": {
    "128": "tagu_icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/contentScript.js-loader-d3815f3f.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "index.html",
    "persistent": true
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "scripting"
  ],
  "oauth2": {
    "client_id": "1040114217514-0gdet63n14t1njissg6qbu8g2oa8243a.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/contentScript.js-a784b6a1.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/empty_user-3cf2ada1.png",
        "assets/globals-24a3e96c.js",
        "assets/index-a19dbdb9.js",
        "assets/ChromeReadMessageBox.jsx-c53eb980.js",
        "assets/globals-b8dc256a.css",
        "assets/style-a9412d90.css",
        "assets/useMutateData-4ceaf410.js",
        "assets/ChromeSendMessageBox.jsx-776fa13b.js"
      ],
      "use_dynamic_url": false
    }
  ]
}