-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
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 GitHub<#12>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAI27EL6KZLWRALX7SCKQRDVNHUNZANCNFSM5XYIWBTA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I was still able to get it load at least on Brave Unfortunately only about half of the keys worked, changing modes and moving |
@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
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'."
and
"Manifest version 2 is deprecated, and support will be removed in 2023. See https://developer.chrome.com/blog/mv2-transition/ for more details."
The text was updated successfully, but these errors were encountered: