Grammar Checker

Grammar Checker

Free Grammarchecker.com extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Grammar Checker",
  "description": "Free Grammarchecker.com extension",
  "version": "3.0.6",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmh1mlkefAZ0RaXBKC/RBmWMspDq72S77EsFbS6x2OhftX0UQ9r8Enxlp5/ErNhGVH3/XNygIoWuyoj1Tx9dwEMj9CXIqBf4ObtbEaaTdsEPFDYmnHojVSHMkQvxTEVizlfrmxiNDiDWXNORGMQR9it8T8kNwpFNxpMSpVTk7U1iqig3J04M4/yK06/Ifz+VhHn4pmsdpevFs2PTfTCvpDncA2ztQVzMH7M2iShruIQ9HwulLLgC55zFTN0BW/AHhFX9OYrm5yIGxQSBWhZPaTHj16WOS/iA8wzkgxUR9X4G+MYlY+PObSSBYDnSKUc9I6hZA4uwZhcCM8V6YCDZ+YQIDAQAB",
  "oauth2": {
    "client_id": "85360223046-1o0gat3oughk11jgdq5613t0aoqvj76t.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "62": "mob_logo.png"
  },
  "permissions": [
    "storage",
    "identity"
  ],
  "host_permissions": [
    "*://*.en.wikipedia.org/*",
    "*://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "jquery.min.js",
        "content.js",
        "popup.js",
        "wiktionary-parser.js"
      ]
    }
  ]
}