Skip to content

support for different mime types #20

Description

@yzayak2s

If this is possible it would be nice if there is a support for the following content type:

Content-Type: application/vnd.spring-boot.actuator.v3+json

I would like to use the PrettyJSON extension in safari rather than switching between different browsers like edge or chrome.

Image

Maybe it can just be added here?

const contentTypesJSON = [
'application/activity+json',
'application/cwl+json',
'application/feed+json',
'application/geo+json',
'application/grpc+json',
'application/hal+json',
'application/json',
'application/json-patch+json',
'application/jsonml+json',
'application/ld+json',
'application/rdap+json',
'application/rdf+json',
'application/schema+json',
'application/scim+json',
'application/sparql-results+json',
'application/vnd.api+json',
'application/vnd.citationstyles.csl+json',
'application/vnd.docker.container.image.v1+json',
'application/vnd.docker.distribution.manifest.list.v2+json',
'application/vnd.docker.distribution.manifest.v1+json',
'application/vnd.docker.distribution.manifest.v2+json',
'application/vnd.docker.plugin.v1+json',
'application/vnd.heroku+json',
'application/webpush-options+json',
'application/x-ipynb+json',
'application/x-ipynb+json',
'application/x-web-app-manifest+json',
'image/png+json',
'model/gltf+json',
];

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