Skip to content

Errors on Chrome Version 101.0.4951.64 #12

@KennethNielsen

Description

@KennethNielsen

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"]
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions