json.array!(@extensions) do |extension|
json.extract! extension, :id, :title, :author
json.url extension_url(extension, format: :json)
end