docs-vim icon indicating copy to clipboard operation
docs-vim copied to clipboard

Errors on Chrome Version 101.0.4951.64

Open KennethNielsen opened this issue 3 years ago • 3 comments
trafficstars

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": "[email protected]",
      "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": "[email protected]",
      "strict_min_version": "45.0"
    }
  },

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

KennethNielsen avatar Jun 03 '22 11:06 KennethNielsen

Thanks for the ping, happy to take a look at a PR if you can get it working!


From: Kenneth Nielsen @.> Sent: Friday, June 3, 2022 4:32:44 AM To: matthewsot/docs-vim @.> Cc: Subscribed @.***> Subject: [matthewsot/docs-vim] Errors on Chrome Version 101.0.4951.64 (Issue #12)

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": @.***", "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": @.***", "strict_min_version": "45.0" } },

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

— Reply to this email directly, view it on GitHubhttps://github.com/matthewsot/docs-vim/issues/12, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAI27EL6KZLWRALX7SCKQRDVNHUNZANCNFSM5XYIWBTA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

matthewsot avatar Jun 03 '22 18:06 matthewsot

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!

ndom91 avatar Jun 09 '22 20:06 ndom91

@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 :)

KennethNielsen avatar Jun 20 '22 07:06 KennethNielsen