Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors on Chrome Version 101.0.4951.64 #12

Open
KennethNielsen opened this issue Jun 3, 2022 · 3 comments
Open

Errors on Chrome Version 101.0.4951.64 #12

KennethNielsen opened this issue Jun 3, 2022 · 3 comments

Comments

@KennethNielsen
Copy link

I don't know whether you plan to update this for recent Chromes. It'd be cool if you did, but if it is too much of a moving target to be fun, then that is just that. In any case, if you do, here are the error I get with the extension on Chrome Version 101.0.4951.64

"Unrecognized manifest key 'applications'."

{
  "manifest_version": 2,
  "name": "Docs-Plus Test Addon",
  "version": "0.01",

  "applications": {
    "gecko": {
      "id": "docs-plus-test@matthewsot.outlook.com",
      "strict_min_version": "45.0"
    }
  },

  "content_scripts": [
    {
      "matches": ["*://*.google.com/*document/d/*/edit*"],
      "js": ["third_party/jquery.min.js", "docs.js", "test.js"]
    }
  ]
}

and
"Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details."

{
  "manifest_version": 2,
  "name": "Docs-Plus Test Addon",
  "version": "0.01",

  "applications": {
    "gecko": {
      "id": "docs-plus-test@matthewsot.outlook.com",
      "strict_min_version": "45.0"
    }
  },

  "content_scripts": [
    {
      "matches": ["*://*.google.com/*document/d/*/edit*"],
      "js": ["third_party/jquery.min.js", "docs.js", "test.js"]
    }
  ]
}
@matthewsot
Copy link
Owner

matthewsot commented Jun 3, 2022 via email

@ndom91
Copy link

ndom91 commented Jun 9, 2022

I was still able to get it load at least on Brave 1.38.111 (Chromium: 101.0.4951.54).

Unfortunately only about half of the keys worked, changing modes and moving b and w, for example, still worked though!

@KennethNielsen
Copy link
Author

@matthewsot I appreciate that there is always a need for resources but I unfortunately don't really have the time to work on it. I understand if you don't either, I just wanted to at least report it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants