Annotate PRO

Annotate PRO

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Annotate PRO",
  "short_name": "AP",
  "description": "Create, share, and USE reusable comments to edit and grade faster! Use with Canvas, Google Docs/Classroom, Microsoft Teams, Bb...",
  "version": "6.2",
  "permissions": [
    "clipboardWrite",
    "clipboardRead",
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "webNavigation"
  ],
  "externally_connectable": {
    "matches": [
      "https://www.11trees.com/*",
      "https://localhost/*",
      "https://192.168.1.88/*"
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+A",
        "windows": "Alt+A",
        "mac": "Alt+A",
        "chromeos": "Alt+A",
        "linux": "Alt+A"
      }
    }
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsjrzouXmcjbWUKDjv5P/YMC0Ar57tk04MS2lSOW1V+SWqvck1iuJSv5n8AbhRDdW20MBbpnwNQDK+QYyjYhZHbEWlyu1c4pcL69OOEo7X+94QPIfwjDAoOnnOf5dKD3z+K5fAdVtMU66hybUp6Q/t0EIq4cLoZbYTRwROG+OdpDcG3w8Z7ryneXpd9ZWiAGthB+8flrF168u82NXUg/YiCuBN1QH6rX8OR9RDXmUxW3PXHDrfdsNP2xnAB+wI7Qy9fM7VW95ELgRGcUnynk43WvZ1PtLV/QTTnYhFbIblaJcFmiVo48jpX9V6NaanjfYkpKwUXiM67vmvVNDftGz0wIDAQAB",
  "oauth2": {
    "client_id": "425460661917-smaehlat7c66p1ns6t90ssj3jmlrrecm.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "background": {
    "scripts": [
      "/dscripts/jquery-3.4.1.min.js",
      "/dscripts/bootstrap-multiselect.min.js",
      "/dscripts/bootstrap.min.js",
      "/dscripts/firebase-app.js",
      "/dscripts/firebase-auth.js",
      "/scripts/background.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://apis.google.com/ https://www.gstatic.com/ https://www.googleapis.com https://apis.google.com/js/api.js  https://cdnjs.cloudflare.com/ajax/libs/Chart.js/ https://cdn.datatables.net/; object-src 'self'",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_globs": [
        "chrome://*"
      ],
      "exclude_matches": [
        "https://11trees.com/annotate/*",
        "http://localhost/AnnotateX/AnnoWeb/*",
        "https://192.168.1.88/AnnotateX/AnnoWeb/*",
        "https://localhost/AnnotateX/AnnoWeb/*"
      ],
      "js": [
        "/dscripts/jquery-3.4.1.min.js",
        "/scripts/content.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "aToolbar.html",
    "aSidebar.html",
    "scripts/aSearch.js",
    "scripts/reactCanvas.js",
    "css/sb.css"
  ],
  "icons": {
    "16": "Annotate16.png",
    "48": "Annotate48.png",
    "128": "Annotate128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "Annotate128.png",
      "38": "Annotate128.png"
    },
    "default_title": "Annotate PRO for Google Chrome",
    "default_popup": "aHome.html"
  }
}