Annotate PRO

Annotate PRO

Create, share, and USE reusable comments to edit and grade faster! Use with Canvas, Google Docs/Classroom, Microsoft Teams, Bb...

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "scripts/background.js",
    "type": "module"
  },
  "action": {
    "default_icon": {
      "19": "Annotate128.png",
      "38": "Annotate128.png"
    },
    "default_popup": "aHome.html",
    "default_title": "Annotate PRO for Google Chrome"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "chromeos": "Alt+A",
        "default": "Alt+A",
        "linux": "Alt+A",
        "mac": "Alt+A",
        "windows": "Alt+A"
      }
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_globs": [
        "chrome://*"
      ],
      "exclude_matches": [
        "https://www.11trees.com/annotate/*",
        "https://11trees.com/annotate/*",
        "http://localhost/AnnotateX/AnnoWeb/*",
        "https://192.168.1.88/AnnotateX/AnnoWeb/*",
        "https://localhost/AnnotateX/AnnoWeb/*",
        "https://clpoilnjjdbfjinifhmcfddhjgneajle.chromiumapp.org/*"
      ],
      "match_about_blank": true,
      "run_at": "document_end",
      "js": [
        "/dscripts/jquery-3.4.1.min.js",
        "/scripts/content.js",
        "/dscripts/firebase-app-compat.js",
        "/dscripts/firebase-auth-compat.js"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "description": "Create, share, and USE reusable comments to edit and grade faster! Use with Canvas, Google Docs/Classroom, Microsoft Teams, Bb...",
  "externally_connectable": {
    "matches": [
      "https://www.11trees.com/*",
      "https://11trees.com/*",
      "https://localhost/*",
      "https://192.168.1.88/*",
      "https://trees-3aac6.firebaseapp.com/*"
    ]
  },
  "icons": {
    "16": "Annotate16.png",
    "48": "Annotate48.png",
    "128": "Annotate128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsjrzouXmcjbWUKDjv5P/YMC0Ar57tk04MS2lSOW1V+SWqvck1iuJSv5n8AbhRDdW20MBbpnwNQDK+QYyjYhZHbEWlyu1c4pcL69OOEo7X+94QPIfwjDAoOnnOf5dKD3z+K5fAdVtMU66hybUp6Q/t0EIq4cLoZbYTRwROG+OdpDcG3w8Z7ryneXpd9ZWiAGthB+8flrF168u82NXUg/YiCuBN1QH6rX8OR9RDXmUxW3PXHDrfdsNP2xnAB+wI7Qy9fM7VW95ELgRGcUnynk43WvZ1PtLV/QTTnYhFbIblaJcFmiVo48jpX9V6NaanjfYkpKwUXiM67vmvVNDftGz0wIDAQAB",
  "manifest_version": 3,
  "name": "Annotate PRO",
  "oauth2": {
    "client_id": "425460661917-smaehlat7c66p1ns6t90ssj3jmlrrecm.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "clipboardRead",
    "contextMenus",
    "offscreen",
    "tabs",
    "scripting",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "short_name": "AP",
  "version": "7.1",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    {
      "resources": [
        "aToolbar.html",
        "aSidebar.html",
        "scripts/aSearch.js",
        "scripts/reactCanvas.js",
        "scripts/popupSignin.js",
        "modules/*",
        "css/*",
        "scripts/inject/*",
        "dscripts/*"
      ],
      "matches": [
        "*://*/*"
      ],
      "extension_ids": [
        "clpoilnjjdbfjinifhmcfddhjgneajle"
      ]
    }
  ]
}