|
| 1 | +diff --git a/node_modules/vite-plugin-web-extension/dist/index.cjs b/node_modules/vite-plugin-web-extension/dist/index.cjs |
| 2 | +index e02db3b..287502e 100644 |
| 3 | +--- a/node_modules/vite-plugin-web-extension/dist/index.cjs |
| 4 | ++++ b/node_modules/vite-plugin-web-extension/dist/index.cjs |
| 5 | +@@ -125,7 +125,7 @@ function resolveBrowserTagsInObject(browser, object) { |
| 6 | + // src/validation.ts |
| 7 | + var import_ajv = __toModule(require("ajv")); |
| 8 | + var import_https = __toModule(require("https")); |
| 9 | +-var SCHEMA_URL = "https://json.schemastore.org/chrome-manifest"; |
| 10 | ++var SCHEMA_URL = "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/chrome-manifest.json"; |
| 11 | + async function validateManifest(log, manifest) { |
| 12 | + const ajv = new import_ajv.default(); |
| 13 | + ajv.addFormat("permission", /.*/); |
| 14 | +diff --git a/node_modules/vite-plugin-web-extension/dist/index.js b/node_modules/vite-plugin-web-extension/dist/index.js |
| 15 | +index 21e6808..d4f9341 100644 |
| 16 | +--- a/node_modules/vite-plugin-web-extension/dist/index.js |
| 17 | ++++ b/node_modules/vite-plugin-web-extension/dist/index.js |
| 18 | +@@ -115,7 +115,7 @@ function resolveBrowserTagsInObject(browser, object) { |
| 19 | + // src/validation.ts |
| 20 | + import Ajv from "ajv"; |
| 21 | + import https from "https"; |
| 22 | +-var SCHEMA_URL = "https://json.schemastore.org/chrome-manifest"; |
| 23 | ++var SCHEMA_URL = "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/chrome-manifest.json"; |
| 24 | + async function validateManifest(log, manifest) { |
| 25 | + const ajv = new Ajv(); |
| 26 | + ajv.addFormat("permission", /.*/); |
0 commit comments