blob: d6a4f74d7a42b47d61c7d962bcd6564749654823 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Stub namepsace for the "web_accessible_resources" manifest key.
[generate_error_messages] namespace webAccessibleResourcesMv2 {
dictionary ManifestKeys {
// Relative paths within the extension package representing web accessible
// resources.
DOMString[] web_accessible_resources;
};
};