extension-develop 2.0.0-alpha.23 → 2.0.0-alpha.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/add-query-param-to-imported-css.js +1 -1
- package/dist/ensure-hmr-for-scripts.js +2 -2
- package/dist/extensions/chromium-manager-extension/pages/welcome.html +1 -1
- package/dist/extensions/edge-manager-extension/pages/welcome.html +1 -1
- package/dist/extensions/firefox-manager-extension/pages/welcome.html +1 -1
- package/dist/inject-content-css-during-dev.js +2 -2
- package/dist/module.js +71 -71
- package/dist/resolver-module.js +1 -1
- package/package.json +2 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var l=Object.create;var n=Object.defineProperty;var y=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,j=Object.prototype.hasOwnProperty;var _=(t,s)=>{for(var
|
|
1
|
+
"use strict";var l=Object.create;var n=Object.defineProperty;var y=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,j=Object.prototype.hasOwnProperty;var _=(t,s)=>{for(var o in s)n(t,o,{get:s[o],enumerable:!0})},p=(t,s,o,r)=>{if(s&&typeof s=="object"||typeof s=="function")for(let e of P(s))!j.call(t,e)&&e!==o&&n(t,e,{get:()=>s[e],enumerable:!(r=y(s,e))||r.enumerable});return t};var b=(t,s,o)=>(o=t!=null?l(g(t)):{},p(s||!t||!t.__esModule?n(o,"default",{value:t,enumerable:!0}):o,t)),q=t=>p(n({},"__esModule",{value:!0}),t);var C={};_(C,{default:()=>f});module.exports=q(C);var i=b(require("path")),c=require("loader-utils"),m=require("schema-utils"),x={type:"object",properties:{test:{type:"string"},manifestPath:{type:"string"}}};function f(t){let s=this.getOptions(),o=s.manifestPath,r=i.default.dirname(o),e=require(o);(0,m.validate)(x,s,{name:"scripts:add-query-param-to-imported-css",baseDataPath:"options"});let h=(0,c.urlToRequest)(this.resourcePath);if(e.content_scripts){for(let a of e.content_scripts)if(a.js)for(let u of a.js){let d=i.default.resolve(r,u);if(h.includes(d))return t=t.replace(/import\s+(\w+\s+from\s+)?['"](.+\.(css|less|scss|sass|stylus))['"]/g,"import $1'$2?is_content_css_import=true'"),t}}return t}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
"use strict";var R=Object.create;var m=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var A=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,C=Object.prototype.hasOwnProperty;var U=(t,n)=>{for(var s in n)m(t,s,{get:n[s],enumerable:!0})},
|
|
1
|
+
"use strict";var R=Object.create;var m=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var A=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,C=Object.prototype.hasOwnProperty;var U=(t,n)=>{for(var s in n)m(t,s,{get:n[s],enumerable:!0})},N=(t,n,s,e)=>{if(n&&typeof n=="object"||typeof n=="function")for(let r of A(n))!C.call(t,r)&&r!==s&&m(t,r,{get:()=>n[r],enumerable:!(e=I(n,r))||e.enumerable});return t};var a=(t,n,s)=>(s=t!=null?R(P(t)):{},N(n||!t||!t.__esModule?m(s,"default",{value:t,enumerable:!0}):s,t)),L=t=>N(m({},"__esModule",{value:!0}),t);var G={};U(G,{default:()=>M});module.exports=L(G);var x=a(require("path")),S=a(require("fs")),T=require("loader-utils"),w=require("schema-utils");var b=a(require("fs")),d=a(require("path")),v=a(require("parse5-utils"));var f=a(require("parse5-utils"));function g(t){try{return new URL(t),!0}catch{return!1}}function h(t,n){let{childNodes:s=[]}=t;for(let e of s)if(e.nodeName==="script"){let r=f.default.getAttribute(e,"src");if(!r||g(r))continue;n({filePath:r,childNode:e,assetType:"script"})}else if(e.nodeName==="link"){let r=f.default.getAttribute(e,"href"),i=f.default.getAttribute(e,"rel");if(!r||g(r))continue;n(i==="dns-prefetch"||i==="icon"||i==="manifest"||i==="modulepreload"||i==="preconnect"||i==="prefetch"||i==="preload"||i==="prerender"?{filePath:r,childNode:e,assetType:"staticHref"}:{filePath:r,childNode:e,assetType:"css"})}else if(e.nodeName==="a"||e.nodeName==="area"){let r=f.default.getAttribute(e,"href");if(!r||g(r))continue;n({filePath:r,childNode:e,assetType:"staticHref"})}else if(e.nodeName==="audio"||e.nodeName==="embed"||e.nodeName==="iframe"||e.nodeName==="img"||e.nodeName==="input"||e.nodeName==="source"||e.nodeName==="track"||e.nodeName==="video"){let r=f.default.getAttribute(e,"src");if(!r||g(r))continue;n({filePath:r,childNode:e,assetType:"staticSrc"})}else h(e,n)}function j(t,n){let s={css:[],js:[],static:[]};if(!t)return s;let e=n||b.default.readFileSync(t,{encoding:"utf8"}),r=v.default.parse(e),i=(o,c)=>d.default.join(d.default.dirname(o),c.startsWith("/")?d.default.relative(d.default.dirname(o),c):c);for(let o of r.childNodes)if(o.nodeName==="html"){for(let c of o.childNodes)(c.nodeName==="head"||c.nodeName==="body")&&h(c,({filePath:u,assetType:y})=>{let p=i(t,u);switch(y){case"script":s.js?.push(p);break;case"css":s.css?.push(p);break;case"staticSrc":case"staticHref":if(u.startsWith("#"))break;s.static?.push(p);break;default:break}});return{css:s.css,js:s.js,static:s.static}}}var _=a(require("path")),$=a(require("fs")),z=require("child_process"),J=require("package-manager-detector");var q=a(require("path")),l=require("@colors/colors/safe");var E=a(require("path")),H=E.default.join(process.cwd(),"node_modules/extension-develop/dist/certs"),F=["chrome","edge"],W=["firefox"],Z=[...F,...W];function O(t){let n=_.default.join(t,"package.json");if(!$.default.existsSync(n))return!1;let s=JSON.parse($.default.readFileSync(n,"utf-8")),e=["react","vue","@angular/core","svelte","solid-js","preact"],r=s.dependencies||{},i=s.devDependencies||{};for(let o of e)if(r[o]||i[o])return!0;return!1}var V={type:"object",properties:{test:{type:"string"},manifestPath:{type:"string"},includeList:{type:"object"},excludeList:{type:"object"}}};function M(t){let n=this.getOptions(),s=n.manifestPath,e=x.default.dirname(s);(0,w.validate)(V,n,{name:"html:ensure-hmr-for-scripts",baseDataPath:"options"});let r=(0,T.urlToRequest)(this.resourcePath),i=`
|
|
2
2
|
if (import.meta.webpackHot) { import.meta.webpackHot.accept() };
|
|
3
|
-
`;if(
|
|
3
|
+
`;if(O(e))return t;let o=n.includeList||{};for(let c of Object.entries(o)){let[,u]=c;if(u){if(!S.default.existsSync(u))return;let p=j(u)?.js||[];for(let k of p){let D=x.default.resolve(e,k);if(r.includes(D))return`${i}${t}`}}}return t}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";var D=Object.create;var m=Object.defineProperty;var R=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,C=Object.prototype.hasOwnProperty;var L=(e,n)=>{for(var r in n)m(e,r,{get:n[r],enumerable:!0})},y=(e,n,r,i)=>{if(n&&typeof n=="object"||typeof n=="function")for(let t of I(n))!C.call(e,t)&&t!==r&&m(e,t,{get:()=>n[t],enumerable:!(i=R(n,t))||i.enumerable});return e};var a=(e,n,r)=>(r=e!=null?D(k(e)):{},y(n||!e||!e.__esModule?m(r,"default",{value:e,enumerable:!0}):r,e)),A=e=>y(m({},"__esModule",{value:!0}),e);var K={};L(K,{default:()=>M});module.exports=A(K);var x=a(require("path")),w=require("loader-utils"),S=require("schema-utils");var g=a(require("path")),q=a(require("fs")),B=require("child_process"),z=require("
|
|
1
|
+
"use strict";var D=Object.create;var m=Object.defineProperty;var R=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,C=Object.prototype.hasOwnProperty;var L=(e,n)=>{for(var r in n)m(e,r,{get:n[r],enumerable:!0})},y=(e,n,r,i)=>{if(n&&typeof n=="object"||typeof n=="function")for(let t of I(n))!C.call(e,t)&&t!==r&&m(e,t,{get:()=>n[t],enumerable:!(i=R(n,t))||i.enumerable});return e};var a=(e,n,r)=>(r=e!=null?D(k(e)):{},y(n||!e||!e.__esModule?m(r,"default",{value:e,enumerable:!0}):r,e)),A=e=>y(m({},"__esModule",{value:!0}),e);var K={};L(K,{default:()=>M});module.exports=A(K);var x=a(require("path")),w=require("loader-utils"),S=require("schema-utils");var g=a(require("path")),q=a(require("fs")),B=require("child_process"),z=require("package-manager-detector");var W=a(require("path")),o=require("@colors/colors/safe");var v=a(require("path")),P=v.default.join(process.cwd(),"node_modules/extension-develop/dist/certs"),b=["chrome","edge"],U=["firefox"],Q=[...b,...U];function E(e){return e.replace(/\\/g,"/")}function h(e,n={}){if(!n)return!1;let r=g.default.normalize(E(e));return Object.values(n).some(t=>typeof t!="string"?!1:E(t).includes(r))}function N(e,n){let r=g.default.relative(g.default.dirname(e),n);return!r.startsWith(".")&&!r.startsWith("..")&&(r="./"+r),r}var $=a(require("fs")),_=a(require("path"));function F(e,n){return(Array.isArray(e)?e||[]:e?[e]:[]).filter(t=>{let l=$.default.existsSync(t)&&!h(t,n),s=_.default.extname(t);return l&&(s===".js"||s===".mjs"||s===".jsx"||s===".ts"||s===".tsx")})}function j(e,n){return(Array.isArray(e)?e||[]:e?[e]:[]).filter(t=>$.default.existsSync(t)&&!h(t,n)&&(t.endsWith(".css")||t.endsWith(".scss")||t.endsWith(".sass")||t.endsWith(".less")))}var V={type:"object",properties:{test:{type:"string"},manifestPath:{type:"string"},includeList:{type:"object"},excludeList:{type:"object"}}},G=`/**
|
|
2
2
|
* Welcome to to your content_scripts CSS file during development!
|
|
3
3
|
* To speed up the development process, your styles
|
|
4
4
|
* are being injected directly into the head of the webpage,
|
|
5
5
|
* and will be removed when you build your application, along
|
|
6
6
|
* with this file. If you are seeing this file in a production build,
|
|
7
7
|
* it means that something is wrong with your build configuration.
|
|
8
|
-
*/`;function M(e){let n=this.getOptions();(0,S.validate)(V,n,{name:"scripts:inject-content-css-during-dev",baseDataPath:"options"});let r=n.includeList||{},i=[],t=Object.entries(r).filter(([s,u])=>s.startsWith("content")&&u);if(!t.length)return e;for(let s of t){let[u,d]=s,c=[...
|
|
8
|
+
*/`;function M(e){let n=this.getOptions();(0,S.validate)(V,n,{name:"scripts:inject-content-css-during-dev",baseDataPath:"options"});let r=n.includeList||{},i=[],t=Object.entries(r).filter(([s,u])=>s.startsWith("content")&&u);if(!t.length)return e;for(let s of t){let[u,d]=s,c=[...F(d,n.excludeList||{})],p=j(d,n.excludeList||{});if(p.length&&!c.length){let f=x.default.resolve(__dirname,"minimum-content-file.mjs");c.push(f)}i.push({feature:u,scriptPath:c[0],cssImports:p.map(f=>N(c[0],f))})}let l=(0,w.urlToRequest)(this.resourcePath);return i.forEach(({feature:s,scriptPath:u,cssImports:d})=>{if(l.includes(u)){let c=d.map(p=>{let[,f]=s.split("/"),O=f.split("-")[1],T=x.default.basename(p);return`import(/* webpackChunkName: "${`web_accessible_resources/resource-${O}/${T.replace(".","_")}`}" */ '${p}').then(css => console.info('content_script.css loaded', css)).catch(err => console.error(err));`}).join(`
|
|
9
9
|
`);this.emitFile(`${s}.css`,G),e=`${c}
|
|
10
10
|
${e}`}}),e}
|
package/dist/module.js
CHANGED
|
@@ -1,164 +1,164 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var Cp=Object.create;var Ke=Object.defineProperty;var Fp=Object.getOwnPropertyDescriptor;var Dp=Object.getOwnPropertyNames;var Lp=Object.getPrototypeOf,Ip=Object.prototype.hasOwnProperty;var Op=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Mp=(t,e)=>{for(var s in e)Ke(t,s,{get:e[s],enumerable:!0})},Jr=(t,e,s,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Dp(e))!Ip.call(t,n)&&n!==s&&Ke(t,n,{get:()=>e[n],enumerable:!(r=Fp(e,n))||r.enumerable});return t};var a=(t,e,s)=>(s=t!=null?Cp(Lp(t)):{},Jr(e||!t||!t.__esModule?Ke(s,"default",{value:t,enumerable:!0}):s,t)),Ap=t=>Jr(Ke({},"__esModule",{value:!0}),t);var Js=Op((Ml,Np)=>{Np.exports={license:"MIT",repository:{type:"git",url:"https://github.com/cezaraugusto/extension.git",directory:"programs/develop"},engines:{node:">=18"},name:"extension-develop",version:"2.0.0-alpha.24",description:"The develop step of Extension.js",main:"./dist/module.js",types:"./dist/module.d.ts",files:["dist"],author:{name:"Cezar Augusto",email:"boss@cezaraugusto.net",url:"https://cezaraugusto.com"},scripts:{clean:"rm -rf dist",watch:"tsup-node ./module.ts --format cjs --dts --target=node18 --watch",compile:"tsup-node ./module.ts --format cjs --dts --target=node18 --minify && bash install_scripts.sh",test:"jest --no-cache --testPathPattern='webpack/.*/__spec__/.*\\.spec\\.ts'","test:coverage":"jest --no-cache --testPathPattern='webpack/.*/__spec__/.*\\.spec\\.ts' --coverage","test:build":"jest ./build.spec.ts --no-cache"},dependencies:{"@colors/colors":"^1.6.0","@swc/core":"^1.7.3","@types/firefox-webext-browser":"^120.0.4",acorn:"^8.12.1","acorn-walk":"^8.3.3","adm-zip":"^0.5.12",ajv:"^8.17.1",astring:"^1.8.6",axios:"^1.6.8","case-sensitive-paths-webpack-plugin":"^2.4.0",chokidar:"^3.6.0","chrome-location":"^1.2.1","content-security-policy-parser":"^0.6.0","css-loader":"^6.10.0","csv-loader":"^3.0.5","dotenv-webpack":"^8.0.1","edge-location":"^1.0.0","firefox-profile":"^4.6.0","fx-runner":"^1.4.0","go-git-it":"2.0.4",ignore:"^5.3.1","loader-utils":"^3.3.1",micromatch:"^4.0.7","mini-css-extract-plugin":"^2.8.1","package-manager-detector":"^0.2.0",parse5:"^7.1.2","parse5-utils":"^2.0.0",postcss:"^8.4.45",progress:"^2.0.3","schema-utils":"^4.2.0",slugify:"^1.6.6","style-loader":"^3.3.4","swc-loader":"^0.2.6","tiny-glob":"^0.2.9","vue-template-compiler":"^2.7.16","webextension-polyfill":"^0.12.0",webpack:"~5.92.0","webpack-dev-server":"^5.0.2","webpack-merge":"^6.0.1","webpack-target-webextension":"^1.1.2"},devDependencies:{"@types/adm-zip":"^0.5.5","@types/case-sensitive-paths-webpack-plugin":"^2.1.9","@types/chrome":"^0.0.270","@types/cross-spawn":"^6.0.6","@types/dotenv-webpack":"^7.0.7","@types/jest":"^29.5.12","@types/loader-utils":"^2.0.6","@types/node":"^22.5.3","@types/webextension-polyfill":"^0.10.7",jest:"^29.7.0","ts-jest":"^29.1.2",tsup:"^8.0.1",typescript:"5.3.3"},optionalDependencies:{"@pmmmwh/react-refresh-webpack-plugin":"^0.5.15","@prefresh/webpack":"^4.0.1","babel-loader":"^9.1.3","babel-preset-modern-browser-extension":"^0.7.0","less-loader":"^12.2.0","postcss-flexbugs-fixes":"^5.0.2","postcss-loader":"^8.1.1","postcss-normalize":"^10.0.1","postcss-preset-env":"^9.6.0","postcss-scss":"^4.0.9","react-refresh":"^0.14.2","react-refresh-typescript":"^2.0.9","resolve-url-loader":"^5.0.0","sass-loader":"^16.0.0","vue-loader":"^17.4.2","vue-style-loader":"^4.1.3","vue-template-compiler":"^2.7.16"}}});var Dl={};Mp(Dl,{extensionBuild:()=>pp,extensionDev:()=>xp,extensionPreview:()=>Pp,extensionStart:()=>$p});module.exports=Ap(Dl);var op=a(require("fs")),Rr=a(require("path")),ap=a(require("webpack")),cp=require("webpack-merge");var Xe=a(require("path"));var Pn=a(require("case-sensitive-paths-webpack-plugin"));var H=a(require("fs")),A=a(require("path")),_n=a(require("dotenv-webpack"));var zs=a(require("path")),f=require("@colors/colors/safe");var zr=a(require("path")),Qe=zr.default.join(process.cwd(),"node_modules/extension-develop/dist/certs"),ee=["chrome","edge"],Rp=["firefox"],Il=[...ee,...Rp];function x(t,e){return e==="error"?`${(0,f.bold)((0,f.red)("ERROR"))} in ${t} ${(0,f.red)("\u2716\uFE0E\u2716\uFE0E\u2716\uFE0E")}`:`${e==="warn"?(0,f.brightYellow)("\u25BA\u25BA\u25BA"):e==="info"?(0,f.cyan)("\u25BA\u25BA\u25BA"):(0,f.brightGreen)("\u25BA\u25BA\u25BA")} ${t}`}function Hr(t){return t.charAt(0).toUpperCase()+t.slice(1)}function Vr(t,e,s){if(!!1)return`${s.hasErrors()?(0,f.red)("\u2716\uFE0E\u2716\uFE0E\u2716\uFE0E"):(0,f.brightGreen)("\u25BA\u25BA\u25BA")} ${(0,f.cyan)(t)} compiled ${s.hasErrors()?(0,f.red)("with errors"):(0,f.brightGreen)("successfully")} in ${e} ms.`}function Gr(t,e,s){return`${x(e,"info")} is using ${e}. Installing required dependencies via ${(0,f.brightYellow)(s)}...`}function Xr(t){return`${x("env","success")} file loaded ${(0,f.brightGreen)("successfully")}.`}function v(t,e){return`${x(e,"info")}-based extension...`}function C(t,e){return`${x(e,"success")} installation completed. Run the program again and happy hacking.`}function Zr(t,e){return`${x(e,"info")} dependencies are being installed. This only happens for core contributors...`}function Yr(t,e){return`${x(e,"success")} dependencies installed ${(0,f.brightGreen)("successfully")}.`}function Kr(t,e,s){return`${x(t,"error")} ${e} Installation Error
|
|
2
2
|
|
|
3
3
|
Failed to detect package manager or install ${e} dependencies:
|
|
4
|
-
${(0,f.red)(s?.toString()||"")}`}function
|
|
4
|
+
${(0,f.red)(s?.toString()||"")}`}function Qr(t){return`${x("Firefox runner","error")} No Service Worker Support
|
|
5
5
|
|
|
6
6
|
Firefox does not support the ${(0,f.brightYellow)("background.service_worker")} field yet.
|
|
7
7
|
Update your manifest.json file to use ${(0,f.brightYellow)("background.scripts")} instead.
|
|
8
8
|
|
|
9
|
-
Read more: ${(0,f.underline)("https://bugzilla.mozilla.org/show_bug.cgi?id=1573659")}.`}function
|
|
9
|
+
Read more: ${(0,f.underline)("https://bugzilla.mozilla.org/show_bug.cgi?id=1573659")}.`}function en(t){return`${x("content-security-policy","error")} Insecure Content-Security-Policy
|
|
10
10
|
|
|
11
|
-
Manifest includes insecure content-security-policy value ${(0,f.brightYellow)("'unsafe-eval'")} in directive ${(0,f.brightBlue)("'script-src'")}.`}function
|
|
11
|
+
Manifest includes insecure content-security-policy value ${(0,f.brightYellow)("'unsafe-eval'")} in directive ${(0,f.brightBlue)("'script-src'")}.`}function tn(t){return`${x("_locales","error")} No Default Locale Specified
|
|
12
12
|
|
|
13
|
-
Localization used, but ${(0,f.brightYellow)("default_locale")} wasn't specified in the manifest.`}function
|
|
13
|
+
Localization used, but ${(0,f.brightYellow)("default_locale")} wasn't specified in the manifest.`}function Ee(t){return t==="chrome"?(0,f.underline)("https://developer.chrome.com/docs/extensions/reference/manifest"):(0,f.underline)("https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json")}function sn(t,e){return`${x("manifest.json","error")} Wrong Manifest Field Type
|
|
14
14
|
|
|
15
15
|
Field ${(0,f.brightYellow)("web_accessible_resources")} must be a string array in Manifest version 2.
|
|
16
16
|
|
|
17
|
-
Read more: ${
|
|
17
|
+
Read more: ${Ee(e)}`}function rn(t,e){return`${x("manifest.json","error")} Wrong Manifest Field Type
|
|
18
18
|
|
|
19
19
|
Field ${(0,f.brightYellow)("web_accessible_resources")} must be an array of objects in Manifest version 3.
|
|
20
20
|
|
|
21
|
-
Read more: ${
|
|
21
|
+
Read more: ${Ee(e)}`}function nn(t,e,s){let n=s?.schemaPath?.split("/"),i=n?.slice(n.length-2).shift();return`${x("manifest.json","error")} Deprecated Field
|
|
22
22
|
|
|
23
|
-
Field ${(0,f.brightYellow)(
|
|
23
|
+
Field ${(0,f.brightYellow)(i||"")} is deprecated in Manifest V3. Update your manifest.json file to run your extension.
|
|
24
24
|
|
|
25
|
-
Read more: ${
|
|
25
|
+
Read more: ${Ee(e)}`}function on(t,e,s){let r=e?.instancePath.replaceAll("/",".").slice(1)||"",n=e?.params.type;return`${x("manifest.json","error")} Invalid Manifest Field
|
|
26
26
|
|
|
27
|
-
Field ${(0,f.brightYellow)(r)} must be of type ${(0,f.brightBlue)(
|
|
27
|
+
Field ${(0,f.brightYellow)(r)} must be of type ${(0,f.brightBlue)(n)}.
|
|
28
28
|
|
|
29
|
-
Read more: ${
|
|
29
|
+
Read more: ${Ee(s)}`}function an(t,e,s){return`${x("manifest.json","error")} Missing Required Manifest Field
|
|
30
30
|
|
|
31
31
|
Field ${(0,f.brightYellow)(s||"")} is required. Update your manifest.json file to run your extension.
|
|
32
32
|
|
|
33
|
-
Read more: ${
|
|
33
|
+
Read more: ${Ee(e)}`}function cn(t,e){let s=e.split(".").pop(),r=`${x(t,"error")} Content Script Import
|
|
34
34
|
|
|
35
|
-
One of your ${s?.toUpperCase()} imports is also a content_script CSS in manifest.json.
|
|
36
|
-
Remove the duplicate entry and try again.`;if(e.startsWith("content_scripts"))return r}function
|
|
35
|
+
One of your ${s?.toUpperCase()} imports is also a ${(0,f.brightYellow)("content_script")} CSS in manifest.json.
|
|
36
|
+
Remove the duplicate entry and try again.`;if(e.startsWith("content_scripts"))return r}function pn(t){return`${x(t,"error")} Top Level Await In Non-ECMAScript Module
|
|
37
37
|
|
|
38
38
|
Top-level await is only supported in ECMAScript modules.
|
|
39
39
|
To use it in your extension, make sure to set ${(0,f.brightYellow)('"type": "module"')}
|
|
40
|
-
in your package.json or use the ${(0,f.brightYellow)(".mjs")} extension for your script files.`}function
|
|
40
|
+
in your package.json or use the ${(0,f.brightYellow)(".mjs")} extension for your script files.`}function et(t,e,s){if(!e)throw new Error("This operation is impossible. Please report a bug.");switch(zs.default.extname(s)){case".js":case".ts":case".jsx":case".tsx":return Tp(t,e,s);case".css":case".scss":case".sass":case".less":return qp(t,e,s);default:return Up(t,e,s)}}function oe(t,e,s){let r=e.startsWith("content_scripts")?"content_scripts":e.replace("/","."),n=e.split("-")[1],i=e.startsWith("pages"),o=t.includes("content_scripts")?`(index ${n})
|
|
41
41
|
|
|
42
42
|
`:r;return`${x("manifest.json","error")} File Not Found
|
|
43
43
|
|
|
44
|
-
${
|
|
44
|
+
${i?`Check the ${(0,f.brightYellow)("pages")} folder in your project root directory.
|
|
45
45
|
`:`Check the ${(0,f.brightYellow)(o)} field in your manifest.json file.
|
|
46
|
-
`}${(0,f.red)("NOT FOUND")} ${(0,f.underline)(s)}`}function
|
|
46
|
+
`}${(0,f.red)("NOT FOUND")} ${(0,f.underline)(s)}`}function tt(t,e,s){return`${x("manifest.json","error")} File Not Found
|
|
47
47
|
|
|
48
48
|
Check the ${(0,f.brightYellow)(e)} field in your manifest.json file.
|
|
49
|
-
${(0,f.red)("NOT FOUND")} ${(0,f.underline)(s)}`}function
|
|
49
|
+
${(0,f.red)("NOT FOUND")} ${(0,f.underline)(s)}`}function ln(t,e){return`${x(t,"error")} Manifest Not Found
|
|
50
50
|
|
|
51
51
|
Ensure you have a manifest.json file at the root directory of your project.
|
|
52
|
-
${(0,f.red)("NOT FOUND")} ${(0,f.underline)(e)}`}function
|
|
52
|
+
${(0,f.red)("NOT FOUND")} ${(0,f.underline)(e)}`}function fn(t,e){return`${x("manifest.json","error")} Invalid Manifest
|
|
53
53
|
|
|
54
|
-
Update your manifest.json file and try again. `+(0,f.red)(e.toString())}function
|
|
54
|
+
Update your manifest.json file and try again. `+(0,f.red)(e.toString())}function mn(t,e){let s=e&&`${(0,f.gray)("PATH")} ${(0,f.red)("REMOVED")} ${(0,f.underline)(e)}
|
|
55
55
|
`,r=t&&`${(0,f.gray)("PATH")} ${(0,f.brightGreen)("ADDED")} ${(0,f.underline)(t)}`;return`${x("manifest.json","error")} Manifest Entry Point Modification
|
|
56
56
|
|
|
57
57
|
Changing the path of ${(0,f.brightYellow)("<script>")} or ${(0,f.brightYellow)('<link rel="stylesheet">')} files after compilation requires a server restart.
|
|
58
|
-
`+s+r}function
|
|
58
|
+
`+s+r}function un(t,e,s,r,n){let i=t.charAt(0).toUpperCase()+t.slice(1);return`${x("manifest.json","error")} Manifest Entry Point Modification
|
|
59
59
|
|
|
60
|
-
${
|
|
61
|
-
${(0,f.gray)("PATH")} ${(0,f.underline)(
|
|
60
|
+
${i} ${(0,f.brightYellow)(r)} in the ${(0,f.underline)(s+"/")} folder after compilation requires a server restart.
|
|
61
|
+
${(0,f.gray)("PATH")} ${(0,f.underline)(n)}`}function dn(t){return`${x("TypeScript","info")} is being used but no config file was found. Creating ${(0,f.brightYellow)("tsconfig.json")}...`}function Hs(t,e,s){let r=t.name||"Extension.js",n;switch(e){case"chrome":n="chrome://extensions";break;case"edge":n="edge://extensions";break;case"firefox":n="about:debugging#/runtime/this-firefox";break;default:n=""}if(!s.data)return`${x(r,"error")} No Client Data Received
|
|
62
62
|
|
|
63
63
|
This error happens when the program can't get the data from your extension.
|
|
64
64
|
There are many reasons this might happen. To fix, ensure that:
|
|
65
65
|
|
|
66
|
-
- Your extension is set as enabled in ${(0,f.underline)(
|
|
67
|
-
- No previous ${
|
|
66
|
+
- Your extension is set as enabled in ${(0,f.underline)(n)}
|
|
67
|
+
- No previous ${Hr(e)} browser instance is open
|
|
68
68
|
|
|
69
69
|
If that is not the case, restart both the ${(0,f.cyan)(t.name||"")} and the
|
|
70
|
-
${(0,f.brightYellow)("Manager Extension")} in ${(0,f.underline)(
|
|
70
|
+
${(0,f.brightYellow)("Manager Extension")} in ${(0,f.underline)(n)} and try again.
|
|
71
71
|
|
|
72
72
|
If the issue still persists, please report a bug:
|
|
73
73
|
|
|
74
|
-
`+(0,f.underline)("https://github.com/extension-js/extension.js/issues");let{id:
|
|
74
|
+
`+(0,f.underline)("https://github.com/extension-js/extension.js/issues");let{id:i,management:o}=s.data;if(!o&&process.env.EXTENSION_ENV==="development")return`${x(r,"error")} No management API info received from client. Investigate.`;let{name:c,version:p}=o,l=Js().version;return`
|
|
75
75
|
\u{1F9E9} ${(0,f.brightGreen)("Extension.js")} ${(0,f.gray)(`${l}`)}
|
|
76
76
|
Extension Name ${(0,f.gray)(c)}
|
|
77
77
|
Extension Version ${(0,f.gray)(p)}
|
|
78
|
-
Extension ID ${(0,f.gray)(
|
|
78
|
+
Extension ID ${(0,f.gray)(i)}`}function gn(t){return`This is your first run using Extension.js via ${Hr(t)}. Welcome! \u{1F389}
|
|
79
79
|
|
|
80
|
-
\u{1F9E9} Learn more at ${(0,f.underline)("https://extension.js.org")}`}function
|
|
81
|
-
${(0,f.red)(e)}`}function
|
|
80
|
+
\u{1F9E9} Learn more at ${(0,f.underline)("https://extension.js.org")}`}function hn(t,e){return`${x("WebSocket","error")} General WebSocket Error:
|
|
81
|
+
${(0,f.red)(e)}`}function yn(t,e,s){return`${x("manifest.json","error")} File Not Found
|
|
82
82
|
|
|
83
83
|
Check the ${(0,f.brightYellow)(e.replace("/","."))} field in your manifest.json file.
|
|
84
|
-
${(0,f.red)("NOT FOUND")} ${(0,f.underline)(s)}`}function
|
|
84
|
+
${(0,f.red)("NOT FOUND")} ${(0,f.underline)(s)}`}function bn(t,e){return`${x("HTML","error")} Entry Point Modification
|
|
85
85
|
|
|
86
86
|
Changing the path of ${(0,f.brightYellow)("<script>")} or ${(0,f.brightYellow)('<link rel="stylesheet">')} files after compilation requires a server restart.
|
|
87
|
-
${(0,f.gray)("PATH")} ${e}`}function
|
|
87
|
+
${(0,f.gray)("PATH")} ${(0,f.underline)(e)}`}function Tp(t,e,s){return`${x("HTML","error")} File Not Found
|
|
88
88
|
|
|
89
89
|
Check your ${(0,f.brightYellow)("<script>")} tags in ${(0,f.underline)(e)}.
|
|
90
|
-
${(0,f.red)("NOT FOUND")} ${(0,f.underline)(s)}`}function
|
|
90
|
+
${(0,f.red)("NOT FOUND")} ${(0,f.underline)(s)}`}function qp(t,e,s){return`${x("HTML","error")} File Not Found
|
|
91
91
|
|
|
92
92
|
Check your ${(0,f.brightYellow)("<link>")} tags in ${(0,f.underline)(e)}.
|
|
93
|
-
${(0,f.red)("NOT FOUND")} ${(0,f.underline)(s)}`}function
|
|
93
|
+
${(0,f.red)("NOT FOUND")} ${(0,f.underline)(s)}`}function Up(t,e,s){let r=zs.default.extname(s);return`${x("HTML","error")} File Not Found
|
|
94
94
|
|
|
95
95
|
Check your ${(0,f.brightYellow)("*"+r)} assets in ${(0,f.underline)(e)}.
|
|
96
|
-
${(0,f.red)("NOT FOUND")} ${(0,f.underline)(s)}`}function
|
|
96
|
+
${(0,f.red)("NOT FOUND")} ${(0,f.underline)(s)}`}function wn(){return`${(0,f.brightYellow)("Note")}: Firefox requires a secure certificate for localhost connections, needed for the reloader to work.
|
|
97
97
|
By default, your manifest.json file is not being watched. To enable this feature, run:
|
|
98
98
|
|
|
99
99
|
npx -y mkcert-cli \\
|
|
100
|
-
${(0,f.brightGreen)("--outDir")} ${(0,f.underline)(
|
|
100
|
+
${(0,f.brightGreen)("--outDir")} ${(0,f.underline)(Qe)} \\
|
|
101
101
|
${(0,f.brightGreen)("--cert")} ${(0,f.brightYellow)("localhost.cert")} \\
|
|
102
102
|
${(0,f.brightGreen)("--key")} ${(0,f.brightYellow)("localhost.key")}
|
|
103
103
|
|
|
104
104
|
This will enable the secure certificate needed for Firefox via ${(0,f.bold)("mkcert")}.
|
|
105
105
|
|
|
106
|
-
Learn more about ${(0,f.bold)("mkcert")}: ${(0,f.underline)("https://github.com/FiloSottile/mkcert")}`}function
|
|
106
|
+
Learn more about ${(0,f.bold)("mkcert")}: ${(0,f.underline)("https://github.com/FiloSottile/mkcert")}`}function xn(t,e){return`${x("Port","error")} Selected port ${(0,f.brightYellow)(e.toString())} in use. Choose a new port. `}function vn(t){return`${x("manifest.json","error")} Extension ID Not Defined
|
|
107
107
|
|
|
108
108
|
For MAIN world content_scripts, the extension ID must be specified.
|
|
109
109
|
Ensure your extension have a fixed ID and that the ${(0,f.brightYellow)("publicPath")}
|
|
110
|
-
of your ${(0,f.brightYellow)("extension.config.js")} is defined as your extension URL.`}var tt=class{manifestPath;constructor(e){this.manifestPath=e.manifestPath}apply(e){let s=A.default.dirname(this.manifestPath),i=require(this.manifestPath).name||"Extension.js";(V.default.existsSync(A.default.join(s,".env"))||V.default.existsSync(A.default.join(s,".env.example"))||V.default.existsSync(A.default.join(s,".env.local"))||V.default.existsSync(A.default.join(s,".env.defaults")))&&(console.log(Vr(i)),new wi.default({path:V.default.existsSync(A.default.join(s,".env"))?A.default.join(s,".env"):V.default.existsSync(A.default.join(s,".env.local"))?A.default.join(s,".env.local"):A.default.join(s,".env.example"),allowEmptyValues:!0,defaults:V.default.existsSync(A.default.join(s,".env.defaults")),systemvars:!0}).apply(e))}};var Gs=a(require("fs")),xi=a(require("path")),st=class{apply(e){let s=xi.default.join(e.options.output.path||"","hot");Gs.default.existsSync(s)&&(Gs.default.rmSync(s,{recursive:!0,force:!0}),process.env.EXTENSION_ENV==="development"&&console.log("[CleanHotUpdatesPlugin] Removed old hot-update files before compilation."))}};var rt=class{static name="plugin-compilation";manifestPath;constructor(e){this.manifestPath=e.manifestPath}apply(e){new vi.default().apply(e),new tt({manifestPath:this.manifestPath}).apply(e),new st().apply(e),e.hooks.done.tap("develop:brand",s=>{s.compilation.name=void 0;let r=s.endTime-s.startTime,i=require(this.manifestPath).name;console.log(zr(i,r,s))})}};var Bi=a(require("path")),Ji=a(require("mini-css-extract-plugin"));var Ni=a(require("mini-css-extract-plugin"));var le=a(require("path")),$e=a(require("fs"));var ce=a(require("path")),it=a(require("fs")),Xs=require("child_process"),Si=require("detect-package-manager");function Pi(t,e){return Object.values(e||{}).some(s=>s===t)}function h(t,e,s){let r=ce.default.extname(e),n=P(e,s)?ce.default.normalize(e):t;return[".js",".jsx",".tsx",".ts"].includes(r)&&(n=n.replace(r,".js")),[".html",".njk",".nunjucks"].includes(r)&&(n=n.replace(r,".html")),[".css",".scss",".sass",".less"].includes(r)&&(n=n.replace(r,".css")),Zs(n||"")}function Zs(t){return t.replace(/\\/g,"/")}function P(t,e={}){if(!e)return!1;let s=ce.default.normalize(Zs(t));return Object.values(e).some(i=>typeof i!="string"?!1:Zs(i).includes(s))}function G(t,e){if(t.getAsset("manifest.json")||t.assets["manifest.json"]){let s=t.assets["manifest.json"].source().toString();return JSON.parse(s||"{}")}return require(e)}function nt(){return process.env.npm_config_user_agent&&process.env.npm_config_user_agent.includes("pnpm")?"pnpm":!1}function _i(){return process.env.npm_execpath?"npm":!1}async function S(t,e,s){try{let r=await(0,Si.detect)();console.log(Hr(t,e,r));let i="";r==="yarn"?i=`yarn --silent add ${s.join(" ")} --cwd ${__dirname} --optional`:r==="npm"||_i()?i=`npm --silent install ${s.join(" ")} --prefix ${__dirname} --save-optional`:nt()?i=`pnpm --silent add ${s.join(" ")} --prefix ${__dirname} --save-optional`:i=`${r} --silent install ${s.join(" ")} --cwd ${__dirname} --optional`,(0,Xs.execSync)(i,{stdio:"inherit"}),await new Promise(n=>setTimeout(n,2e3)),process.env.EXTENSION_ENV==="development"&&(console.log(Gr(t,e)),r==="yarn"?i="yarn install --silent > /dev/null 2>&1":r==="npm"||_i()?i="npm install --silent > /dev/null 2>&1":nt()?i="pnpm install --silent > /dev/null 2>&1":i=`${r} install --silent > /dev/null 2>&1`,(0,Xs.execSync)(i,{stdio:"inherit"})),console.log(Xr(t,e))}catch(r){console.error(Zr(t,e,r))}}function ot(t){let e=ce.default.join(t,"package.json");if(!it.default.existsSync(e))return!1;let s=JSON.parse(it.default.readFileSync(e,"utf-8")),r=["react","vue","@angular/core","svelte","solid-js","preact"],i=s.dependencies||{},n=s.devDependencies||{};for(let o of r)if(i[o]||n[o])return!0;return!1}function ki(t){return!it.default.existsSync(ce.default.resolve(__dirname,`run-${t}-profile`))}function Ei(t){let e=t.name?.replace(/ /g,"-").toLowerCase();return{data:{id:`${e}@extension-js`,manifest:t,management:{id:`${e}@extension-js`,mayDisable:!0,optionsUrl:"",installType:"development",type:"extension",enabled:!0,name:t.name||"",description:t.description||"",version:t.version||"",hostPermissions:t.host_permissions||[],permissions:t.permissions||[],offlineEnabled:t.offline_enabled||!1,shortName:t.short_name||"",isApp:t.app&&t.app.background&&t.app.background.scripts}}}}function pe(t,e){return JSON.parse(JSON.stringify(t),function(i,n){let o=i.indexOf(":");if(o===-1)return n;let c=i.substring(0,o);(c===e||c==="chromium"&&te.includes(e))&&(this[i.substring(o+1)]=n)})}var ji=!1;function at(t){let e=le.default.join(t,"package.json"),s=le.default.join(t,"manifest.json");if(!$e.default.existsSync(e))return!1;let r=zp(t),i=require(e),n=i.devDependencies&&i.devDependencies.tailwindcss,o=i.dependencies&&i.dependencies.tailwindcss,c=!!r&&!!(n||o);if(c&&!ji){let l=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&console.log(v(l,"Tailwind")),ji=!0}return c}function zp(t){let e=le.default.join(t,"tailwind.config.mjs"),s=le.default.join(t,"tailwind.config.cjs"),r=le.default.join(t,"tailwind.config.js");if($e.default.existsSync(e))return e;if($e.default.existsSync(s))return s;if($e.default.existsSync(r))return r}var ct=a(require("path")),Ci=a(require("fs"));var $i=!1;function Ce(t){let e=ct.default.join(t,"package.json"),s=ct.default.join(t,"manifest.json");if(!Ci.default.existsSync(e))return!1;let r=require(e),i=r.devDependencies&&r.devDependencies.sass,n=r.dependencies&&r.dependencies.sass;if(i||n){if(!$i){let c=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&console.log(v(c,"SASS")),$i=!0}return!0}return!1}async function Di(t,e){if(!Ce(t))return[];try{require.resolve("sass-loader")}catch{let r=["postcss-loader","postcss-scss","postcss-flexbugs-fixes","postcss-preset-env","postcss-normalize"],i=require(ct.default.join(t,"package.json")).name;await S(i,"PostCSS",r),await S(i,"SASS",["sass","sass-loader","resolve-url-loader"]),console.log(E(i,"SASS")),process.exit(0)}return[{test:/\.(s(a|c)ss)$/,exclude:/\.module\.(s(a|c)ss)$/,oneOf:[{resourceQuery:/is_content_css_import=true/,use:await M(t,{loader:"sass-loader",mode:e,useMiniCssExtractPlugin:!1})},{use:await M(t,{loader:"sass-loader",mode:e,useMiniCssExtractPlugin:e==="production"})}]},{test:/\.module\.(s(a|c)ss)$/,oneOf:[{resourceQuery:/is_content_css_import=true/,use:await M(t,{loader:"sass-loader",mode:e,useMiniCssExtractPlugin:!1})},{use:await M(t,{loader:"sass-loader",mode:e,useMiniCssExtractPlugin:!0})}]}]}var pt=a(require("path")),Li=a(require("fs"));var Fi=!1;function De(t){let e=pt.default.join(t,"package.json"),s=pt.default.join(t,"manifest.json"),i=require(s).name||"Extension.js";if(!Li.default.existsSync(e))return!1;let n=require(e),o=n.devDependencies&&n.devDependencies.less,c=n.dependencies&&n.dependencies.less;return o||c?(Fi||(process.env.EXTENSION_ENV==="development"&&console.log(v(i,"LESS")),Fi=!0),!0):!1}async function Ii(t,e){if(!De(t))return[];try{require.resolve("less-loader")}catch{let r=require(pt.default.join(t,"package.json")).name;await S(r,"LESS",["less","less-loader","resolve-url-loader"]),console.log(E(r,"LESS")),process.exit(0)}return[{test:/\.less$/,oneOf:[{resourceQuery:/is_content_css_import=true/,use:await M(t,{loader:"less-loader",mode:e,useMiniCssExtractPlugin:!1})},{use:await M(t,{loader:"less-loader",mode:e,useMiniCssExtractPlugin:e==="production"})}]}]}var me=a(require("path")),lt=a(require("fs"));var fe=!1;function Hp(t){let e=me.default.join(t,"package.json"),s=me.default.join(t,"manifest.json");if(!lt.default.existsSync(e))return!1;let r=[".postcssrc",".postcssrc.json",".postcssrc.yaml",".postcssrc.yml",".postcssrc.js",".postcssrc.cjs","postcss.config.js","postcss.config.cjs"],n=require(s).name||"Extension.js";if(lt.default.existsSync(e)){let o=require(e);if(o.dependencies&&o.dependencies.postcss||o.devDependencies&&o.devDependencies.postcss)return fe||(process.env.EXTENSION_ENV==="development"&&console.log(v(n,"PostCSS")),fe=!0),!0}for(let o of r)if(lt.default.existsSync(me.default.join(t,o)))return fe||(process.env.EXTENSION_ENV==="development"&&console.log(v(n,"PostCSS")),fe=!0),!0;return at(t)?(fe||(process.env.EXTENSION_ENV==="development"&&console.log(v(n,"PostCSS")),fe=!0),!0):!1}async function Oi(t,e){if(!Hp(t))return{};try{require.resolve("postcss-loader")}catch{let r=require(me.default.join(t,"package.json")).name;!Ce(t)&&!De(t)&&await S(r,"PostCSS",["postcss","postcss-loader","postcss-scss","postcss-flexbugs-fixes","postcss-preset-env","postcss-normalize"]),console.log(E(r,"PostCSS")),process.exit(0)}return{loader:require.resolve("postcss-loader"),options:{postcssOptions:{parser:require.resolve("postcss-scss"),ident:"postcss",config:me.default.resolve(t,"postcss.config.js"),plugins:[require.resolve("postcss-flexbugs-fixes"),[require.resolve("postcss-preset-env"),{autoprefixer:{flexbox:"no-2009"},stage:3}].filter(Boolean),require.resolve("postcss-normalize")].filter(Boolean)},sourceMap:e.mode==="development"}}}var ft=a(require("path")),Ai=a(require("fs"));var Mi=!1;function Fe(t){let e=ft.default.join(t,"package.json"),s=ft.default.join(t,"manifest.json");if(!Ai.default.existsSync(e))return!1;let r=require(e),i=r.devDependencies&&r.devDependencies.vue,n=r.dependencies&&r.dependencies.vue;if((i||n)&&!Mi){let c=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&console.log(v(c,"Vue")),Mi=!0}return!!i||!!n}async function Ri(t){if(!Fe(t))return;try{require.resolve("vue-loader")}catch{let i=["typescript"],o=require(ft.default.join(t,"manifest.json")).name||"Extension.js";await S(o,"TypeScript",i),await S(o,"Vue",["vue-loader","@vue/compiler-sfc","vue-template-compiler","vue-style-loader"]),console.log(E(o,"Vue")),process.exit(0)}let e=[{test:/\.vue$/,loader:require.resolve("vue-loader"),include:t,exclude:/node_modules/}];return{plugins:[new(require("vue-loader")).VueLoaderPlugin],loaders:e,alias:void 0}}async function M(t,e){let s=Ni.default.loader,r=[e.useMiniCssExtractPlugin?s:Fe(t)?require.resolve("vue-style-loader"):require.resolve("style-loader"),{loader:require.resolve("css-loader"),options:{importLoaders:1}}].filter(Boolean);if(at(t)||Ce(t)||De(t)){let i=await Oi(t,e);i.loader&&r.push(i)}return e.loader&&r.push({loader:require.resolve("resolve-url-loader"),options:{sourceMap:e.mode==="development",root:t}},{loader:require.resolve(e.loader),options:{sourceMap:e.mode==="development"}}),r.filter(Boolean)}var C=a(require("path")),R=a(require("fs"));function Ui(t){let e=C.default.join(t,"stylelint.config.json"),s=C.default.join(t,".stylelintrc.js file"),r=C.default.join(t,"stylelint.config.mjs"),i=C.default.join(t,".stylelintrc.mjs"),n=C.default.join(t,"stylelint.config.cjs"),o=C.default.join(t,".stylelintrc.cjs"),c=C.default.join(t,".stylelintrc.json"),p=C.default.join(t,".stylelintrc"),l=C.default.join(t,".stylelintrc.yml"),m=C.default.join(t,".stylelintrc.yaml");if(R.default.existsSync(e))return e;if(R.default.existsSync(s))return s;if(R.default.existsSync(r))return r;if(R.default.existsSync(i))return i;if(R.default.existsSync(n))return n;if(R.default.existsSync(o))return o;if(R.default.existsSync(c))return c;if(R.default.existsSync(p))return p;if(R.default.existsSync(l))return l;if(R.default.existsSync(m))return m}var Ti=!1;function qi(t){let e=C.default.join(t,"package.json"),s=C.default.join(t,"manifest.json");if(!R.default.existsSync(e))return!1;let i=!!Ui(t);if(i&&!Ti){let o=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&console.log(v(o,"Stylelint")),Ti=!0}return i}async function Wi(t){if(!qi(t))return[];try{require.resolve("stylelint")}catch{let r=["stylelint","stylelint-webpack-plugin","stylelint-config-standard-scss"],i=require(C.default.join(t,"package.json")).name;await S(i,"Stylelint",r),console.log(E(i,"Stylelint")),process.exit(0)}let e=require("stylelint-webpack-plugin");return[new e({context:t,configFile:qi(t)?Ui(t):C.default.join(__dirname,"stylelint.config.json"),files:"**/*.{css,scss,sass,less}",exclude:["node_modules",C.default.join(t,"node_modules")]})]}var mt=class t{static name="plugin-css";manifestPath;mode;constructor(e){this.manifestPath=e.manifestPath,this.mode=e.mode}async configureOptions(e){let s=Bi.default.dirname(this.manifestPath),r=[new Ji.default];r.forEach(p=>p.apply(e));let i=await Wi(s);r.push(...i);let n=[{test:/\.css$/,exclude:/\.module\.css$/,oneOf:[{resourceQuery:/is_content_css_import=true/,use:await M(s,{mode:this.mode,useMiniCssExtractPlugin:!1})},{use:await M(s,{mode:this.mode,useMiniCssExtractPlugin:this.mode==="production"})}]},{test:/\.module\.css$/,oneOf:[{resourceQuery:/is_content_css_import=true/,use:await M(s,{mode:this.mode,useMiniCssExtractPlugin:!1})},{use:await M(s,{mode:this.mode,useMiniCssExtractPlugin:this.mode==="production"})}]}];e.options.plugins=[...e.options.plugins,...r].filter(Boolean);let o=await Di(s,this.mode),c=await Ii(s,this.mode);n.push(...o),n.push(...c),e.options.module.rules=[...e.options.module.rules,...n].filter(Boolean)}async apply(e){if(this.mode==="production"){e.hooks.beforeRun.tapPromise(t.name,async()=>await this.configureOptions(e));return}await this.configureOptions(e)}};var ut=class{static name="plugin-css";manifestPath;mode;constructor(e){this.manifestPath=e.manifestPath,this.mode=e.mode}async apply(e){let s={test:/\.svg$/i,type:"asset/resource",generator:{filename:"assets/[name][ext]"},parser:{dataUrlCondition:{maxSize:2048}}},i=[...e.options.module.rules.some(n=>n&&n.test instanceof RegExp&&n.test.test(".svg")&&n.use!==void 0)?[]:[s],{test:/\.(png|jpg|jpeg|gif|webp|avif|ico|bmp)$/i,type:"asset/resource",generator:{filename:"assets/[name][ext]"},parser:{dataUrlCondition:{maxSize:2*1024}}},{test:/\.(woff|woff2|eot|ttf|otf)$/i,type:"asset/resource",generator:{filename:"assets/[name][ext]"}},{test:/\.(txt|md|csv|tsv|xml|pdf|docx|doc|xls|xlsx|ppt|pptx|zip|gz|gzip|tgz)$/i,type:"asset/resource",generator:{filename:"assets/[name][ext]"},parser:{dataUrlCondition:{maxSize:2*1024}}},{test:/\.(csv|tsv)$/i,use:[require.resolve("csv-loader")],generator:{filename:"assets/[name][ext]"}}];e.options.module.rules=[...e.options.module.rules,...i].filter(Boolean)}};var Ys=a(require("path"));var de=a(require("path")),ht=a(require("fs"));var dt=a(require("path")),Hi=a(require("fs"));var zi=!1;function X(t){let e=dt.default.join(t,"package.json"),s=dt.default.join(t,"manifest.json");if(!Hi.default.existsSync(e))return!1;let r=require(e),i=r.devDependencies&&r.devDependencies.preact,n=r.dependencies&&r.dependencies.preact;if((i||n)&&!zi){let c=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&console.log(v(c,"Preact")),zi=!0}return!!i||!!n}async function Vi(t){if(!X(t))return;try{require.resolve("@prefresh/webpack")}catch{let r=["@prefresh/webpack"],n=require(dt.default.join(t,"manifest.json")).name||"Extension.js";await S(n,"Preact",r),console.log(E(n,"Preact")),process.exit(0)}return{plugins:[new(require("@prefresh/webpack"))],loaders:void 0,alias:{react:"preact/compat","react-dom/test-utils":"preact/test-utils","react-dom":"preact/compat","react/jsx-runtime":"preact/jsx-runtime"}}}var ue=a(require("path")),gt=a(require("fs"));var Gi=!1;function N(t){let e=ue.default.join(t,"package.json");if(!gt.default.existsSync(e))return!1;let s=Gp(t),r=require(e),i=require(ue.default.join(t,"manifest.json")),n=i.name||"Extension.js",o=r.devDependencies&&r.devDependencies.typescript,c=r.dependencies&&r.dependencies.typescript;return Gi||((o||c)&&(s?process.env.EXTENSION_ENV==="development"&&console.log(v(n,"TypeScript")):(console.log(fi(i)),Xp(t))),Gi=!0),!!s&&!!(o||c)}function Vp(t,e){return{compilerOptions:{allowJs:!0,allowSyntheticDefaultImports:!0,esModuleInterop:!0,forceConsistentCasingInFileNames:!0,jsx:ot(t)?"react-jsx":"preserve",lib:["dom","dom.iterable","esnext"],moduleResolution:"node",module:"esnext",resolveJsonModule:!0,strict:!0,target:"esnext",isolatedModules:!1,skipLibCheck:!0},exclude:["node_modules","dist"]}}function Gp(t){let e=ue.default.join(t,"tsconfig.json");if(gt.default.existsSync(e))return e}function Xp(t){gt.default.writeFileSync(ue.default.join(t,"tsconfig.json"),JSON.stringify(Vp(t,{mode:"development"}),null,2))}async function Xi(t){if(!N(t))return!1;try{require.resolve("typescript")}catch{let s=["typescript"],i=require(ue.default.join(t,"manifest.json")).name||"Extension.js";await S(i,"TypeScript",s),console.log(E(i,"TypeScript")),process.exit(0)}return!0}var Zi=!1,Yi=[".babelrc",".babelrc.json",".babelrc.js",".babelrc.cjs","babel.config.json","babel.config.js","babel.config.cjs"];function Zp(t){let e=de.default.join(t,"package.json"),s=de.default.join(t,"manifest.json");if(!ht.default.existsSync(e))return!1;let r=require(e),i=r.devDependencies&&r.devDependencies["babel-core"],n=r.dependencies&&r.dependencies["babel-core"],o=Yi.some(c=>ht.default.existsSync(de.default.join(t,c)))||!!i||!!n;if(o&&!Zi){let p=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&process.env.EXTENSION_ENV==="development"&&console.log(v(p,"Babel")),Zi=!0}return o}function Yp(t){for(let e of Yi){let s=de.default.join(t,e);if(ht.default.existsSync(s))return s}}function Kp(t,e){let s=require("babel-preset-modern-browser-extension").default;return{cacheDirectory:!1,cacheCompression:!1,babelrc:!1,configFile:Yp(t),compact:e.mode==="production",overrides:[s(e).overrides],presets:[...s(e).presets],plugins:[...s(e).plugins,process.env.NODE_ENV!=="test"&&e.mode==="development"&&X(t)&&require.resolve("react-refresh/babel")].filter(Boolean)}}async function Ki(t,e){if(!Zp(e))return;try{require.resolve("babel-loader")}catch{let o=["@babel/core","babel-loader","babel-preset-modern-browser-extension"],p=require(de.default.join(e,"manifest.json")).name||"Extension.js";await S(p,"Babel",o),console.log(E(p,"Babel")),process.exit(0)}let s=N(e)?/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/:/\.(js|mjs|jsx|mjsx)$/,r=t.options.mode,i=await Xi(e);return{plugins:void 0,loaders:[{test:s,include:e,exclude:/node_modules/,loader:require.resolve("babel-loader"),options:Kp(e,{mode:r,typescript:i})}],alias:void 0}}var yt=a(require("path")),en=a(require("fs"));var Qi=!1;function ge(t){let e=yt.default.join(t,"package.json"),s=yt.default.join(t,"manifest.json");if(!en.default.existsSync(e))return!1;let r=require(e),i=r.devDependencies&&r.devDependencies.react,n=r.dependencies&&r.dependencies.react;if((i||n)&&!Qi){let c=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&console.log(v(c,"React")),Qi=!0}return!!i||!!n}async function tn(t){if(!ge(t))return;try{require.resolve("@pmmmwh/react-refresh-webpack-plugin")}catch{let r=["react-refresh","@pmmmwh/react-refresh-webpack-plugin","react-refresh-typescript"],n=require(yt.default.join(t,"manifest.json")).name||"Extension.js";await S(n,"React",r),console.log(E(n,"React")),process.exit(0)}return{plugins:[new(require("@pmmmwh/react-refresh-webpack-plugin"))({overlay:!1})],loaders:void 0,alias:void 0}}var bt=class t{static name="plugin-js-frameworks";manifestPath;mode;constructor(e){this.manifestPath=e.manifestPath,this.mode=e.mode}async configureOptions(e){let s=Ys.default.dirname(this.manifestPath),r=await Ki(e,s),i=await tn(s),n=await Vi(s),o=await Ri(s);e.options.resolve.alias={...r?.alias||{},...i?.alias||{},...n?.alias||{},...o?.alias||{},...e.options.resolve.alias},e.options.module.rules=[{test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[Ys.default.dirname(this.manifestPath)],exclude:/node_modules/,use:{loader:require.resolve("swc-loader"),options:{sync:!0,module:{type:"es6"},minify:this.mode==="production",isModule:!0,jsc:{target:"es2016",parser:{syntax:N(s)?"typescript":"ecmascript",tsx:N(s)&&(ge(s)||X(s)),jsx:!N(s)&&(ge(s)||X(s)),dynamicImport:!0},transform:{react:{development:this.mode==="development",refresh:this.mode==="development",runtime:"automatic",importSource:"react"}}}}}},...r?.loaders||[],...i?.loaders||[],...n?.loaders||[],...o?.loaders||[],...e.options.module.rules].filter(Boolean),i?.plugins?.forEach(c=>c.apply(e)),n?.plugins?.forEach(c=>c.apply(e)),o?.plugins?.forEach(c=>c.apply(e))}async apply(e){if(this.mode==="production"){e.hooks.beforeRun.tapPromise(t.name,async()=>await this.configureOptions(e));return}await this.configureOptions(e)}};var Ue=a(require("path"));var Wn=a(require("path"));var sn=a(require("path"));function rn(t,e){if(!e||!e.action||!e.action.default_popup)return;let s=e.action.default_popup;return sn.default.join(t,s)}var nn=a(require("path"));function on(t,e){if(!e||!e.browser_action||!e.browser_action.default_popup)return;let s=e.browser_action.default_popup;return nn.default.join(t,s)}var wt=a(require("path"));function an(t,e){let s={newtab:void 0};if(!e||!e.chrome_url_overrides)return{"chrome_url_overrides/newtab":void 0};if(e.chrome_url_overrides.history){let r=e.chrome_url_overrides.history;s={"chrome_url_overrides/history":wt.default.join(t,r)}}if(e.chrome_url_overrides.newtab){let r=e.chrome_url_overrides.newtab;s={"chrome_url_overrides/newtab":wt.default.join(t,r)}}if(e.chrome_url_overrides.bookmarks){let r=e.chrome_url_overrides.bookmarks;s={"chrome_url_overrides/bookmarks":wt.default.join(t,r)}}return s}var cn=a(require("path"));function pn(t,e){if(!e||!e.devtools_page)return;let s=e.devtools_page;return cn.default.join(t,s)}var Ks=a(require("path"));function ln(t,e){if(e.options_page){let r=e.options_page;return Ks.default.join(t,r)}if(!e||!e.options_ui||!e.options_ui.page)return;let s=e.options_ui.page;return Ks.default.join(t,s)}var fn=a(require("path"));function mn(t,e){if(!e||!e.page_action||!e.page_action.default_popup)return;let s=e.page_action.default_popup;return fn.default.join(t,s)}var un=a(require("path"));function dn(t,e){if(!e||!e.sandbox||!e.sandbox.pages)return{"sandbox/page-0":void 0};let s=e.sandbox.pages,r={};for(let[i,n]of s.entries())r[`sandbox/page-${i}`]=un.default.join(t,n);return r}var gn=a(require("path"));function hn(t,e){if(!e||!e.side_panel||!e.side_panel.default_path)return;let s=e.side_panel.default_path;return gn.default.join(t,s)}var yn=a(require("path"));function bn(t,e){if(!e||!e.sidebar_action||!e.sidebar_action.default_panel)return;let s=e.sidebar_action.default_panel;return yn.default.join(t,s)}function Le(t,e){return{"action/default_popup":rn(t,e),"browser_action/default_popup":on(t,e),...an(t,e),devtools_page:pn(t,e),"options_ui/page":ln(t,e),"page_action/default_popup":mn(t,e),...dn(t,e),"side_panel/default_path":hn(t,e),"sidebar_action/default_panel":bn(t,e)}}var Qs=a(require("path"));function wn(t,e){if(!e||!e.action||!e.action.default_icon)return;if(typeof e.action.default_icon=="string")return Qs.default.join(t,e.action.default_icon);let s=[];for(let r in e.action.default_icon)s.push(Qs.default.join(t,e.action.default_icon[r]));return s}var er=a(require("path"));function xn(t,e){if(!e||!e.browser_action||!e.browser_action.default_icon)return;let s=[];if(typeof e.browser_action.default_icon=="string")return er.default.join(t,e.browser_action.default_icon);for(let r in e.browser_action.default_icon){let i=e.browser_action.default_icon[r]=er.default.join(t,e.browser_action.default_icon[r]);s.push(i)}return s}var tr=a(require("path"));function vn(t,e){if(!(!e||!e.browser_action||!e.browser_action.theme_icons)){for(let s of e.browser_action.theme_icons)s.light&&(s.light=tr.default.join(t,s.light)),s.dark&&(s.dark=tr.default.join(t,s.dark)),s.size&&delete s.size;return e.browser_action.theme_icons}}var _n=a(require("path"));function Sn(t,e){if(!e||!e.icons)return;let s=[];for(let r in e.icons){let i=_n.default.join(t,e.icons[r]);s.push(i)}return s}var sr=a(require("path"));function Pn(t,e){if(!e||!e.page_action||!e.page_action.default_icon)return;if(typeof e.page_action.default_icon=="string")return sr.default.join(t,e.page_action.default_icon);let s=[];for(let r in e.page_action.default_icon){let i=sr.default.join(t,e.page_action.default_icon[r]);s.push(i)}return s}var kn=a(require("path"));function En(t,e){return!e||!e.sidebar_action||!e.sidebar_action.default_icon?void 0:kn.default.join(t,e.sidebar_action.default_icon)}function jn(t,e){return{action:wn(t,e),browser_action:xn(t,e),"browser_action/theme_icons":vn(t,e),icons:Sn(t,e),page_action:Pn(t,e),sidebar_action:En(t,e)}}var $n=a(require("path"));function Cn(t,e){let s={};return!e||!e.declarative_net_request||!e.declarative_net_request.rule_resources?{"declarative_net_request/rule_resources-0":void 0}:(e.declarative_net_request.rule_resources.forEach(i=>{s[`declarative_net_request/${i.id}`]=$n.default.join(t,i.path)}),s)}var Dn=a(require("path"));function Fn(t,e){if(!e||!e.storage||!e.storage.managed_schema)return;let s=e.storage.managed_schema;return Dn.default.join(t,s)}function Ln(t,e){return{...Cn(t,e),"storage/managed_schema":Fn(t,e)}}var Ie=a(require("path")),xt=a(require("fs"));function In(t,e){let s=Ie.default.join(Ie.default.dirname(e),"_locales"),r=[];if(xt.default.existsSync(s))for(let i of xt.default.readdirSync(s)){let n=Ie.default.join(s,i);for(let o of xt.default.readdirSync(n))r.push(Ie.default.join(t,"_locales",i,o))}return r}var On=a(require("path"));function Mn(t,e){if(!e||!e.background)return;let s=e.background.scripts;if(s)return s.map(r=>On.default.join(t,r))}var An=a(require("path"));function Rn(t,e){if(!e||!e.background)return;let s=e.background.service_worker;if(s)return An.default.join(t,s)}var rr=a(require("path"));function Nn(t,e){if(!e||!e.content_scripts)return{"content_scripts/content-0":void 0};let s=n=>{if(n.js?.length!==0)return n.js?.map(o=>rr.default.join(t,o))},r=n=>{if(n.css?.length!==0)return n.css?.map(o=>rr.default.join(t,o))},i={};for(let[n,o]of e.content_scripts.entries()){let c=s(o),p=r(o);i[`content_scripts/content-${n}`]=[...(c||[]).filter(l=>l!=null),...(p||[]).filter(l=>l!=null)]}return i}var Tn=a(require("path"));function qn(t,e){if(!e||!e.user_scripts||!e.user_scripts.api_script)return;let s=e.user_scripts.api_script;return Tn.default.join(t,s)}function Oe(t,e){return{"background/scripts":Mn(t,e),"background/service_worker":Rn(t,e),...Nn(t,e),"user_scripts/api_script":qn(t,e)}}function Un(t){if(!(!t||!t.web_accessible_resources||!t.web_accessible_resources.length))return t.web_accessible_resources}function he({manifestPath:t,browser:e}){let s=Wn.default.dirname(t),r=require(t),i=pe(r,e||"chrome");return{html:Le(s,i),icons:jn(s,i),json:Ln(s,i),locales:In(s,t),scripts:Oe(s,i),web_accessible_resources:Un(i)}}var ye=a(require("path"));var vt=a(require("fs")),Me=a(require("path"));function _t(t,e){if(!vt.default.existsSync(t)||!vt.default.statSync(t).isDirectory())return[];let s=[];function r(i){let n=vt.default.readdirSync(i,{withFileTypes:!0});for(let o of n){let c=Me.default.join(i,o.name);o.isDirectory()?r(c):o.isFile()&&e(o.name)&&s.push(c)}}return r(t),s}function St(t,e,s=""){return!e||!e.length?{}:e.reduce((r,i)=>{let n=Me.default.extname(i),o=Me.default.basename(i,n),c=s?`${s}/${o}`:Me.default.relative(t,i);return{...r,[c]:i}},{})}function Bn({manifestPath:t}){let e=ye.default.dirname(t),s={public:ye.default.join(e,"public"),pages:ye.default.join(e,"pages"),scripts:ye.default.join(e,"scripts")},r={public:_t(s.public,()=>!0),pages:_t(s.pages,n=>n.endsWith(".html")),scripts:_t(s.scripts,n=>[".js",".mjs",".jsx",".mjsx",".ts",".mts",".tsx",".mtsx"].includes(ye.default.extname(n)))};return{public:St(e,r.public),pages:St(e,r.pages,"pages"),scripts:St(e,r.scripts,"scripts")}}var Pt=a(require("path")),Jn=a(require("webpack")),kt=class{manifestPath;includeList;excludeList;loaderOptions;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList,this.loaderOptions=e.loaderOptions}apply(e){new Jn.default.ProvidePlugin({r:[Pt.default.resolve(__dirname,"./resolver-module.js"),"default"]}).apply(e),e.options.module?.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,loader:require.resolve(Pt.default.resolve(__dirname,"./resolver-loader.js")),include:[Pt.default.dirname(this.manifestPath)],exclude:/node_modules/,options:{manifestPath:this.manifestPath,includeList:this.includeList,jsx:this.loaderOptions?this.loaderOptions.jsx:!1,typescript:this.loaderOptions?this.loaderOptions.typescript:!1,minify:this.loaderOptions?this.loaderOptions.minify:!1}})}};var zn=a(require("fs")),jt=a(require("webpack")),Hn=require("webpack");var Et=class{manifestPath;constructor(e){this.manifestPath=e.manifestPath}apply(e){e.hooks.compilation.tap("manifest:emit-manifest",s=>{s.hooks.processAssets.tap({name:"manifest:emit-manifest",stage:jt.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{let r=this.manifestPath,i;try{let c=zn.default.readFileSync(r,"utf-8");i=JSON.parse(c)}catch(c){let l=require(this.manifestPath).name||"Extension.js";s.errors.push(new jt.default.WebpackError(ci(l,c)));return}let n=JSON.stringify(i,null,2);s.emitAsset("manifest.json",new Hn.sources.RawSource(n))})})}};var Ft=require("webpack");function Vn(t,e){return t.background&&t.background.scripts&&{background:{...t.background,...t.background.scripts&&{scripts:[...t.background.scripts.map(s=>h("background/scripts.js",s,e))]}}}}var Gn=a(require("path"));var $t=t=>Gn.default.basename(t);function Xn(t,e){return t.browser_action&&{browser_action:{...t.browser_action,...t.browser_action.default_popup&&{default_popup:h("browser_action/default_popup.html",t.browser_action.default_popup,e)},...t.browser_action.default_icon&&{default_icon:typeof t.browser_action.default_icon=="string"?h(`icons/${$t(t.browser_action.default_icon)}`,t.browser_action.default_icon,e):Object.fromEntries(Object.entries(t.browser_action.default_icon).map(([s,r])=>[s,h(`icons/${$t(r)}`,r,e)]))},...t.browser_action.theme_icons&&{theme_icons:t.browser_action.theme_icons.map(s=>({...s,...s.light&&{light:h(`browser_action/${$t(s.light)}`,s.light,e)},...s.dark&&{dark:h(`browser_action/${$t(s.dark)}`,s.dark,e)}}))}}}}function Zn(t,e){return t.declarative_net_request&&{declarative_net_request:{...t.declarative_net_request,rule_resources:t.declarative_net_request.rule_resources.map(s=>({...s,path:s.path&&h(`declarative_net_request/${s.id}.json`,s.path,e)}))}}}function Yn(t,e){return{...Vn(t,e),...Xn(t,e),...Zn(t,e)}}var Qn=a(require("path"));var Kn=t=>Qn.default.basename(t);function eo(t,e){return t.action&&{action:{...t.action,...t.action.default_popup&&{default_popup:h("action/default_popup.html",t.action.default_popup,e)},...t.action.default_icon&&{default_icon:typeof t.action.default_icon=="string"?h(`action/${Kn(t.action.default_icon)}`,t.action.default_icon,e):Object.fromEntries(Object.entries(t.action.default_icon).map(([s,r])=>[s,h(`action/${Kn(r)}`,r,e)]))}}}}function to(t,e){return t.background&&t.background.service_worker&&{background:{...t.background,...t.background.service_worker&&{service_worker:h("background/service_worker.js",t.background.service_worker,e)}}}}function Ct(t,e){return t.side_panel&&{side_panel:{...t.side_panel.default_path&&{default_path:h("side_panel/default_path.html",t.side_panel.default_path,e)}}}}function so(t,e){return{...eo(t,e),...to(t,e),...Ct(t,e)}}function ro(t,e){return t.background&&t.background.page&&{background:{...t.background,...t.background.page&&{page:h("background/page.html",t.background.page,e)}}}}function io(t,e){return t.chrome_url_overrides&&{chrome_url_overrides:{...t.chrome_url_overrides.bookmarks&&{bookmarks:h("chrome_url_overrides/bookmarks.html",t.chrome_url_overrides.bookmarks,e)},...t.chrome_url_overrides.history&&{history:h("chrome_url_overrides/history.html",t.chrome_url_overrides.history,e)},...t.chrome_url_overrides.newtab&&{newtab:h("chrome_url_overrides/newtab.html",t.chrome_url_overrides.newtab,e)}}}}function no(t,e){return t.content_scripts&&{content_scripts:t.content_scripts.map((s,r)=>{let i=[...new Set(s.js)],n=[...new Set(s.css)];return{...s,js:[...i.map(o=>h(`content_scripts/content-${r}.js`,o,e))],css:[...n.map(o=>h(`content_scripts/content-${r}.css`,o,e))]}})}}function oo(t,e){return t.devtools_page&&{devtools_page:h("devtools_page.html",t.devtools_page,e)}}var ao=a(require("path"));var Qp=t=>ao.default.basename(t);function co(t,e){return t.icons&&{icons:Object.fromEntries(Object.entries(t.icons).map(([s,r])=>[s,h(`icons/${Qp(r)}`,r,e)]))}}function po(t,e){return t.options_page&&{options_page:h("options_ui/page.html",t.options_page,e)}}function lo(t,e){return t.options_ui&&{options_ui:{...t.options_ui,...t.options_ui.page&&{page:h("options_ui/page.html",t.options_ui.page,e)}}}}var mo=a(require("path"));var fo=t=>mo.default.basename(t);function uo(t,e){return t.page_action&&{page_action:{...t.page_action,...t.page_action.default_popup&&{default_popup:h("page_action/default_popup.html",t.page_action.default_popup,e)},...t.page_action.default_icon&&{default_icon:typeof t.page_action.default_icon=="string"?h(`icons/${fo(t.page_action.default_icon)}`,t.page_action.default_icon,e):Object.fromEntries(Object.entries(t.page_action.default_icon).map(([s,r])=>[s,h(`icons/${fo(r)}`,r,e)]))}}}}function go(t,e){return t.sandbox&&{sandbox:{...t.sandbox,...t.sandbox.pages&&{pages:t.sandbox.pages.map((s,r)=>h(`sandbox/page-${r}.html`,s,e))}}}}var ho=a(require("path"));var el=t=>ho.default.basename(t);function yo(t,e){return t.sidebar_action&&{sidebar_action:{...t.sidebar_action,...t.sidebar_action.default_panel&&{default_panel:h("sidebar_action/default_panel.html",t.sidebar_action.default_panel,e)},...t.sidebar_action.default_icon&&{default_icon:h(`icons/${el(t.sidebar_action.default_icon)}`,t.sidebar_action.default_icon,e)}}}}function bo(t,e){return t.storage&&{storage:{...t.storage.managed_schema&&{managed_schema:h("storage/managed_schema.json",t.storage.managed_schema,e)}}}}var wo=a(require("path"));var tl=t=>wo.default.basename(t);function xo(t,e){return t.theme&&{theme:{...t.theme,...t.theme.images&&{images:{...t.theme.images,theme_frame:h(`theme/images/${tl(t.theme.images.theme_frame)}`,t.theme.images.theme_frame,e)}}}}}function vo(t,e){return t.user_scripts&&{user_scripts:{...t.user_scripts,...t.user_scripts.api_script&&{api_script:h("user_scripts/api_script.js",t.user_scripts.api_script,e)}}}}function _o(t){return t.web_accessible_resources&&t.web_accessible_resources.length&&{web_accessible_resources:t.web_accessible_resources}}function So(t,e){return{...ro(t,e),...io(t,e),...no(t,e),...oo(t,e),...co(t,e),...po(t,e),...lo(t,e),...uo(t,e),...go(t,e),...Ct(t,e),...yo(t,e),...bo(t,e),...xo(t,e),...vo(t,e),..._o(t)}}function Po(t,e,s){let r=e||require(t);return JSON.stringify({...r,...So(r,s),...Yn(r,s),...so(r,s)},null,2)}var Dt=class{manifestPath;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.excludeList=e.excludeList}applyDevOverrides(e){return e.content_scripts?e.content_scripts.map((s,r)=>(s.css.length&&!s.js.length&&(s.js=[h(`content_scripts-${r}`,"dev.js",{})]),s)):{}}apply(e){e.hooks.thisCompilation.tap("manifest:update-manifest",s=>{s.hooks.processAssets.tap({name:"manifest:update-manifest",stage:Ft.Compilation.PROCESS_ASSETS_STAGE_SUMMARIZE},()=>{if(s.errors.length>0)return;let r=G(s,this.manifestPath),i=Po(this.manifestPath,r,this.excludeList||{}),n={...r,...JSON.parse(i)};e.options.mode!=="production"&&n.content_scripts&&(n.content_scripts=this.applyDevOverrides(n));let o=JSON.stringify(n,null,2),c=new Ft.sources.RawSource(o);s.updateAsset("manifest.json",c)})})}};var ko=a(require("fs")),Lt=class{dependencyList;constructor(e){this.dependencyList=e}apply(e){e.hooks.afterCompile.tap("ManifestPlugin (AddDependenciesPlugin)",s=>{if(s.errors?.length)return;let r=new Set(s.fileDependencies);this.dependencyList&&this.dependencyList.forEach(i=>{ko.default.existsSync(i)&&(r.has(i)||(r.add(i),s.fileDependencies.add(i)))})})}};var Eo=a(require("fs")),jo=a(require("path")),Ot=a(require("webpack"));var It=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}extractPaths(e){let s=Array.isArray(e)?e:[e];if(typeof s[0]=="string")return s;let r=[];if(typeof e=="object"&&!Array.isArray(e)){let i=e;i.light&&r.push(i.light),i.dark&&r.push(i.dark)}return r}handleErrors(e,s){let r=[".png",".jpg",".jpeg",".svg",".gif",".webp"],i=[".json"],n=[".js",".ts",".jsx",".tsx",".mjs",".cjs"],o=".html",c=Object.entries(this.includeList||{});for(let[p,l]of c)if(l){let m=this.extractPaths(l);for(let d of m){let g=jo.default.extname(d),$=require(this.manifestPath).name||"Extension.js";if(!Eo.default.existsSync(d)){let k=ae($,p,d);r.includes(g)?e.errors.push(new s(k)):i.includes(g)?e.errors.push(new s(k)):n.includes(g)?e.errors.push(new s(k)):g===o?e.errors.push(new s(k)):e.errors.push(new s(k))}}}}apply(e){e.hooks.compilation.tap("manifest:check-manifest-files",s=>{s.hooks.processAssets.tap({name:"compatibility:check-manifest-files",stage:Ot.Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COUNT},()=>{let r=Ot.default.WebpackError;this.handleErrors(s,r)})})}};var $o=a(require("fs")),At=a(require("webpack"));var Mt=class{manifestPath;browser;includeList;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.includeList=e.includeList}flattenAndSort(e){return e.flat(1/0).sort()}apply(e){e.hooks.watchRun.tapAsync("manifest:throw-if-recompile-is-needed",(s,r)=>{if((s.modifiedFiles||new Set).has(this.manifestPath)){let n=s.options.context||"",o=`${n}/package.json`;if(!$o.default.existsSync(o)){r();return}let c=require(this.manifestPath),p=pe(c,this.browser),l=this.flattenAndSort(Object.values(Le(n,p))),m=this.flattenAndSort(Object.values(Oe(n,p)));s.hooks.thisCompilation.tap("manifest:throw-if-recompile-is-needed",d=>{d.hooks.processAssets.tap({name:"manifest:check-manifest-files",stage:At.Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COMPATIBILITY},()=>{let y=d.getAsset("manifest.json")?.source.source().toString(),$=JSON.parse(y||"{}"),k=this.flattenAndSort(Object.values(Le(n,$))),U=this.flattenAndSort(Object.values(Oe(n,$)));if(m.toString()!==U.toString()||l.toString()!==k.toString()){let W=l.filter(B=>!k.includes(B))[0],H=k.filter(B=>!l.includes(B))[0],Ee=pi(H,W);d.errors.push(new At.default.WebpackError(Ee))}})})}r()})}};var Rt=class{manifestPath;browser;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){new Et({manifestPath:this.manifestPath}).apply(e),new It({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new Dt({manifestPath:this.manifestPath,excludeList:this.excludeList}).apply(e),new Lt([this.manifestPath]).apply(e),new Mt({manifestPath:this.manifestPath,browser:this.browser,includeList:this.includeList}).apply(e)}};var cr=a(require("path"));var nr=a(require("fs")),qt=a(require("webpack")),Io=require("webpack");var Co=a(require("fs")),we=a(require("path")),Do=a(require("parse5-utils"));var be=a(require("parse5-utils"));function Nt(t){try{return new URL(t),!0}catch{return!1}}function Ae(t,e){let{childNodes:s=[]}=t;for(let r of s)if(r.nodeName==="script"){let i=be.default.getAttribute(r,"src");if(!i||Nt(i))continue;e({filePath:i,childNode:r,assetType:"script"})}else if(r.nodeName==="link"){let i=be.default.getAttribute(r,"href"),n=be.default.getAttribute(r,"rel");if(!i||Nt(i))continue;e(n==="dns-prefetch"||n==="icon"||n==="manifest"||n==="modulepreload"||n==="preconnect"||n==="prefetch"||n==="preload"||n==="prerender"?{filePath:i,childNode:r,assetType:"staticHref"}:{filePath:i,childNode:r,assetType:"css"})}else if(r.nodeName==="a"||r.nodeName==="area"){let i=be.default.getAttribute(r,"href");if(!i||Nt(i))continue;e({filePath:i,childNode:r,assetType:"staticHref"})}else if(r.nodeName==="audio"||r.nodeName==="embed"||r.nodeName==="iframe"||r.nodeName==="img"||r.nodeName==="input"||r.nodeName==="source"||r.nodeName==="track"||r.nodeName==="video"){let i=be.default.getAttribute(r,"src");if(!i||Nt(i))continue;e({filePath:i,childNode:r,assetType:"staticSrc"})}else Ae(r,e)}function D(t,e){let s={css:[],js:[],static:[]};if(!t)return s;let r=e||Co.default.readFileSync(t,{encoding:"utf8"}),i=Do.default.parse(r),n=(o,c)=>we.default.join(we.default.dirname(o),c.startsWith("/")?we.default.relative(we.default.dirname(o),c):c);for(let o of i.childNodes)if(o.nodeName==="html"){for(let c of o.childNodes)(c.nodeName==="head"||c.nodeName==="body")&&Ae(c,({filePath:p,assetType:l})=>{let m=n(t,p);switch(l){case"script":s.js?.push(m);break;case"css":s.css?.push(m);break;case"staticSrc":case"staticHref":if(p.startsWith("#"))break;s.static?.push(m);break;default:break}});return{css:s.css,js:s.js,static:s.static}}}function Fo(t,e,s){let r=Object.keys(t).find(n=>{let o=t[n];return t[n]===e||D(o)?.js?.includes(e)||D(o)?.css?.includes(e)})||"",i=ir(e);return r?`/${r.replace(i,"")}${s}`:`${e.replace(i,"")}${s}`}function ir(t){switch(we.default.extname(t)){case".js":case".mjs":case".ts":case".tsx":return".js";case".css":case".scss":case".sass":case".less":return".css";case".html":return".html";default:return".js"}}function Z(t,e,s){return s?`/${t}${e}`:`${t}${e}`}function Lo(t,e){return Object.values(e||{}).some(s=>s===t)}var Tt=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){let r=require(this.manifestPath).name||"Extension.js";e.hooks.thisCompilation.tap("html:emit-html-file",i=>{i.hooks.processAssets.tap({name:"AddAssetsToCompilationPlugin",stage:qt.Compilation.PROCESS_ASSETS_STAGE_ADDITIONAL},()=>{let n=Object.entries(this.includeList||{});for(let o of n){let[c,p]=o;if(p){if(!nr.default.existsSync(p)){let m=ae(r,c,p);i.warnings.push(new qt.default.WebpackError(m));return}let l=nr.default.readFileSync(p,"utf8");if(!P(p,this.excludeList)){let m=new Io.sources.RawSource(l),d=Z(c,".html");i.emitAsset(d,m)}}}})})}};var Ut=a(require("fs")),xe=a(require("path")),Oo=a(require("webpack")),Re=require("webpack");var Wt=class{manifestPath;includeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList}apply(e){e.hooks.thisCompilation.tap("html:add-assets-to-compilation",s=>{s.hooks.processAssets.tap({name:"html:add-assets-to-compilation",stage:Re.Compilation.PROCESS_ASSETS_STAGE_ADDITIONAL},()=>{if(s.errors.length>0)return;let r=Object.entries(this.includeList||{});for(let i of r){let[n,o]=i,c=n+".html";if(o){let p=s.getAsset(c);if(p){let l=p.source.source().toString(),m=D(o,l)?.static,d=[...new Set(m)];for(let g of d)if(!g.includes("public/")){if(!Ut.default.existsSync(g)&&!Lo(g,this.includeList)&&!xe.default.basename(g).startsWith("#")){let W=Qe(require(this.manifestPath).name,o,g);s.warnings.push(new Oo.default.WebpackError(W));return}let y=Ut.default.readFileSync(g),$=new Re.sources.RawSource(y),k=xe.default.join("assets",xe.default.basename(g));if(!s.getAsset(k))if(g.endsWith(".html")){let U=D(g),W=[...U?.js||[],...U?.css||[],...U?.static||[]];s.emitAsset(k,$),W.forEach(H=>{let Ee=Ut.default.readFileSync(H),B=new Re.sources.RawSource(Ee),Ur=xe.default.join("assets",xe.default.basename(H));s.getAsset(Ur)||s.emitAsset(Ur,B)})}else s.emitAsset(k,$)}}}}})})}};var Mo=a(require("path")),or=a(require("fs"));var Bt=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){let s=this.includeList||{};for(let r of Object.entries(s)){let[i,n]=r;if(n){if(!or.default.existsSync(n))return;let o=D(n),c=o?.js||[],p=o?.css||[],l=[...c,...p].filter(m=>!P(m,this.excludeList));if(e.options.mode==="development"){let m=Mo.default.resolve(__dirname,"minimum-script-file.mjs");l.push(m)}or.default.existsSync(n)&&(P(n,this.excludeList)||(e.options.entry={...e.options.entry,[i]:{import:l}}))}}}};var zt=require("webpack");var ar=a(require("fs")),Y=a(require("path")),L=a(require("parse5-utils"));function Ao(t,e,s,r,i){let n=ar.default.readFileSync(s,{encoding:"utf8"}),o=L.default.parse(n),c=!!t.getAsset(e+".css"),p=!1;for(let l of o.childNodes)if(l.nodeName==="html"){for(let m of l.childNodes){if((m.nodeName==="head"||m.nodeName==="body")&&Ae(m,({filePath:d,childNode:g,assetType:y})=>{let $=Y.default.dirname(s),k=Y.default.resolve($,d),U=ir(k),W=P(Y.default.resolve($,d),i),H=Y.default.join("/",Y.default.normalize(d)),Ee=Pi(k,r);switch(y){case"script":{W?l=L.default.setAttribute(g,"src",H):(l=L.default.remove(g),p=!0);break}case"css":{W?l=L.default.setAttribute(g,"href",H):(l=L.default.remove(g),c=!0);break}case"staticHref":case"staticSrc":{if(W)l=L.default.setAttribute(g,y==="staticSrc"?"src":"href",H);else if(Ee){let B=Fo(r,k,U);l=L.default.setAttribute(g,y==="staticSrc"?"src":"href",B)}else{let B=Y.default.join("assets",Y.default.basename(k,U));ar.default.existsSync(k)&&(l=L.default.setAttribute(g,y==="staticSrc"?"src":"href",Z(B,"",!0)))}break}default:break}}),m.nodeName==="head"&&c&&t.options.mode==="production"){let d=L.default.createNode("link");d.attrs=[{name:"rel",value:"stylesheet"},{name:"href",value:Z(e,".css",!0)}],L.default.append(m,d)}if(m.nodeName==="body"&&(p||t.options.mode!=="production")){let d=L.default.createNode("script");d.attrs=[{name:"src",value:Z(e,".js",!0)}],L.default.append(m,d)}}return L.default.serialize(o)}}var Jt=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){e.hooks.thisCompilation.tap("html:update-html-file",s=>{s.hooks.processAssets.tap({name:"html:update-html-file",stage:zt.Compilation.PROCESS_ASSETS_STAGE_DERIVED},()=>{if(s.errors.length>0)return;let r=this.includeList||{};for(let i of Object.entries(r)){let[n,o]=i;if(o){let c=Ao(s,n,o,r,this.excludeList||{});if(!P(o,this.excludeList)&&c){let p=new zt.sources.RawSource(c),l=Z(n,".html");s.updateAsset(l,p)}}}})})}};var Ro=a(require("fs")),No=require("webpack");var Ht=class{manifestPath;includeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList}apply(e){e.hooks.thisCompilation.tap("html:add-to-file-dependencies",s=>{s.hooks.processAssets.tap({name:"html:add-to-file-dependencies",stage:No.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{if(s.errors?.length)return;let r=this.includeList||{};for(let i of Object.entries(r)){let[,n]=i;if(n){let o=D(n),c=new Set(s.fileDependencies);if(Ro.default.existsSync(n)){let p=[n,...o?.static||[]];for(let l of p)c.has(l)||(c.add(l),l===n&&s.fileDependencies.add(l))}}}})})}};var To=a(require("fs"));var Vt=class{manifestPath;includeList;initialHtmlAssets={};constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList}hasEntriesChanged(e,s){if(!s||!e||e.length!==s.length)return!0;for(let r=0;r<e.length;r++)if(e[r]!==s[r])return!0;return!1}storeInitialHtmlAssets(e){Object.entries(e).forEach(([s,r])=>{let i=r;if(i){if(!To.default.existsSync(i)){let o=require(this.manifestPath).name||"Extension.js";console.error(ae(o,s,i)),process.exit(1)}this.initialHtmlAssets[i]={js:D(i)?.js||[],css:D(i)?.css||[]}}})}apply(e){let s=this.includeList||{};this.storeInitialHtmlAssets(s),e.hooks.make.tapAsync("html:throw-if-recompile-is-needed",(r,i)=>{let n=e.modifiedFiles||new Set,o=Array.from(n)[0];if(o&&this.initialHtmlAssets[o]){let c=D(o)?.js||[],p=D(o)?.css||[],{js:l,css:m}=this.initialHtmlAssets[o];if(this.hasEntriesChanged(p,m)||this.hasEntriesChanged(c,l)){let d=require(this.manifestPath).name;console.log(gi(d,o))}}i()})}};var qo=a(require("fs")),Uo=require("webpack");function rl(t,e,s){let r="Module not found: Error: Can't resolve ",n=s.message.replace(r,"").split("'")[1];if(s.message.includes(r))for(let o of Object.entries(e)){let[,c]=o;if(c){if(!qo.default.existsSync(c))return null;let p=D(c),l=p?.js||[],m=p?.css||[];if(l.includes(n)||m.includes(n)){let d=Qe(require(t).name,c,n);return new Uo.WebpackError(d)}}}return null}var Gt=class{manifestPath;includeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList}apply(e){e.hooks.compilation.tap("html:handle-common-errors",s=>{s.hooks.afterSeal.tapPromise("html:handle-common-errors",async()=>{s.errors.forEach((r,i)=>{let n=rl(this.manifestPath,this.includeList||{},r);n&&(s.errors[i]=n)})})})}};var Xt=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){new Tt({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new Wt({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new Bt({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new Jt({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),e.options.module.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[cr.default.dirname(this.manifestPath)],exclude:/node_modules/,use:[{loader:require.resolve(cr.default.join(__dirname,"ensure-hmr-for-scripts.js")),options:{manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}}]}),new Ht({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new Vt({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new Gt({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e)}};var re=a(require("path"));var pr=a(require("fs")),Wo=a(require("path"));function Bo(t,e){return(Array.isArray(t)?t||[]:t?[t]:[]).filter(i=>{let n=pr.default.existsSync(i)&&!P(i,e),o=Wo.default.extname(i);return n&&(o===".js"||o===".mjs"||o===".jsx"||o===".ts"||o===".tsx")})}function Jo(t,e){return(Array.isArray(t)?t||[]:t?[t]:[]).filter(i=>pr.default.existsSync(i)&&!P(i,e)&&(i.endsWith(".css")||i.endsWith(".scss")||i.endsWith(".sass")||i.endsWith(".less")))}var Zt=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList||{},this.excludeList=e.excludeList||{}}apply(e){let s=this.includeList||{},r={};for(let[i,n]of Object.entries(s)){let o=Bo(n,this.excludeList),c=Jo(n,this.excludeList),p=[...o];e.options.mode==="production"&&p.push(...c),(c.length||o.length)&&(r[i]={import:p})}e.options.entry={...e.options.entry,...r}}};var se=require("webpack"),il=['var isBrowser = !!(() => { try { return browser.runtime.getURL("/") } catch(e) {} })()','var isChrome = !!(() => { try { return chrome.runtime.getURL("/") } catch(e) {} })()'],nl=[...il,`var runtime = isBrowser ? browser : isChrome ? chrome : (typeof self === 'object' && self.addEventListener) ? { get runtime() { throw new Error("No chrome or browser runtime found") } } : { runtime: { getURL: x => x } }`],Yt=class t{apply(e){let{RuntimeGlobals:s}=e.webpack;e.hooks.compilation.tap("PublicPathRuntimeModule",r=>{r.hooks.runtimeRequirementInTree.for(s.publicPath).tap(t.name,i=>{let n=ol();return r.addRuntimeModule(i,n),!0})})}};function ol(){class t extends se.RuntimeModule{constructor(){super("publicPath",se.RuntimeModule.STAGE_BASIC)}generate(){let s=this.compilation?.outputOptions.publicPath;return se.Template.asString([...nl,`var path = ${JSON.stringify(this.compilation?.getPath(s||"",{hash:this.compilation.hash||"XXXX"}))}`,`${se.RuntimeGlobals.publicPath} = typeof importScripts === 'function' || !(isBrowser || isChrome) ? path : runtime.runtime.getURL(path);`])}}return new t}var Kt=class{manifestPath;browser;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.includeList=e.includeList||{},this.excludeList=e.excludeList||{}}apply(e){let s=require(this.manifestPath);s.content_scripts?.some(r=>r.world&&r.world.toLowerCase()==="main")&&te.includes(this.browser)&&!s.key&&(console.error(bi(s.name||"")),process.exit(1))}};var Qt=class{manifestPath;browser;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){new Zt({manifestPath:this.manifestPath,includeList:this.includeList||{},excludeList:this.excludeList||{}}).apply(e),e.options.mode==="development"&&e.options.module.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[re.default.dirname(this.manifestPath)],exclude:/node_modules/,use:[{loader:require.resolve(re.default.join(__dirname,"inject-content-css-during-dev.js")),options:{manifestPath:this.manifestPath,includeList:this.includeList||{},excludeList:this.excludeList||{}}}]}),e.options.mode==="development"&&e.options.module.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[re.default.dirname(this.manifestPath)],exclude:/node_modules/,use:[{loader:require.resolve(re.default.join(__dirname,"add-hmr-accept-code.js")),options:{manifestPath:this.manifestPath,includeList:this.includeList||{},excludeList:this.excludeList||{}}}]}),e.options.mode==="production"&&new Yt().apply(e),new Kt({manifestPath:this.manifestPath,browser:this.browser||"chrome",includeList:this.includeList||{},excludeList:this.excludeList||{}}).apply(e),e.options.mode==="development"&&e.options.module.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[re.default.dirname(this.manifestPath)],exclude:/node_modules/,use:[{loader:re.default.resolve(__dirname,"./add-query-param-to-imported-css.js"),options:{manifestPath:this.manifestPath,includeList:this.includeList||{},excludeList:this.excludeList||{}}}]})}};var fr=a(require("path")),Ne=a(require("fs")),mr=a(require("webpack")),Te=require("webpack");var ve=a(require("path")),es=a(require("fs"));function lr(t){let e=ve.default.join(ve.default.dirname(t),"_locales"),s=[];if(es.default.existsSync(e))for(let r of es.default.readdirSync(e)){let i=ve.default.join(e,r);for(let n of es.default.readdirSync(i))s.push(ve.default.join(ve.default.dirname(t),"_locales",r,n))}return s}var ts=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){e.hooks.thisCompilation.tap("locales:module",s=>{s.hooks.processAssets.tap({name:"locales:module",stage:Te.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{let i=require(this.manifestPath).name||"Extension.js";if(!Ne.default.existsSync(this.manifestPath)){s.errors.push(new mr.default.WebpackError(ai(i,this.manifestPath)));return}if(s.errors.length>0)return;let n=lr(this.manifestPath);for(let o of Object.entries(n||[])){let[c,p]=o,l=p;if(l){if(!Ne.default.existsSync(l)){s.warnings.push(new mr.default.WebpackError(et(i,c,l)));return}let m=Ne.default.readFileSync(l),d=new Te.sources.RawSource(m),g=e.options.context||fr.default.dirname(this.manifestPath);if(!P(l,this.excludeList)){let y=fr.default.relative(g,l);s.emitAsset(y,d)}}}})}),e.hooks.thisCompilation.tap("locales:module",s=>{s.hooks.processAssets.tap({name:"locales:module",stage:Te.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{if(s.errors?.length)return;let r=lr(this.manifestPath);for(let i of Object.entries(r||[])){let[,n]=i;if(n){let o=new Set(s.fileDependencies),c=r||[];for(let p of c)Ne.default.existsSync(p)&&(o.has(p)||(o.add(p),s.fileDependencies.add(p)))}}})})}};var ss=a(require("fs")),zo=a(require("webpack")),qe=require("webpack");var rs=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){e.hooks.thisCompilation.tap("json:module",s=>{s.hooks.processAssets.tap({name:"json:module",stage:qe.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{if(s.errors.length>0)return;let r=this.includeList||{};for(let i of Object.entries(r)){let[n,o]=i,c=Array.isArray(o)?o:[o];for(let p of c)if(p&&!P(p,this.excludeList)){if(!ss.default.existsSync(p)){let g=require(this.manifestPath).name||"Extension.js";s.warnings.push(new zo.default.WebpackError(et(g,n,p)));return}let l=ss.default.readFileSync(p),m=new qe.sources.RawSource(l);s.emitAsset(n+".json",m)}}})}),e.hooks.thisCompilation.tap("json:module",s=>{s.hooks.processAssets.tap({name:"json:module",stage:qe.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{if(s.errors?.length)return;let r=this.includeList||{};for(let i of Object.entries(r)){let[,n]=i,o=Array.isArray(n)?n:[n];for(let c of o)if(c){let p=new Set(s.fileDependencies);P(c,this.excludeList)||ss.default.existsSync(c)&&(p.has(c)||(p.add(c),s.fileDependencies.add(c)))}}})})}};var ur=a(require("fs")),Ho=a(require("path")),ns=require("webpack");var is=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){e.hooks.thisCompilation.tap("icons:emit-file",s=>{s.hooks.processAssets.tap({name:"icons:emit-file",stage:ns.Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_TRANSFER},()=>{if(s.errors.length>0)return;let r=this.includeList||{};for(let i of Object.entries(r)){let[n,o]=i;if(o===void 0)continue;let c=Array.isArray(o)?typeof o[0]=="string"?o:o.map(Object.values).flat():[o];for(let p of c)if(p){if(!ur.default.existsSync(p))continue;if(!P(p,this.excludeList)){let l=ur.default.readFileSync(p),m=new ns.sources.RawSource(l),d=Ho.default.basename(p),y=`${n.endsWith("theme_icons")?n.replace("theme_icons",""):n}/${d}`;s.emitAsset(y,m)}}}})})}};var Vo=a(require("fs")),Go=require("webpack"),os=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){e.hooks.thisCompilation.tap("icons:add-to-file-dependencies",s=>{s.hooks.processAssets.tap({name:"icons:add-to-file-dependencies",stage:Go.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{if(s.errors?.length)return;let r=this.includeList||{};for(let i of Object.entries(r)){let[,n]=i,o=Array.isArray(n)?typeof n[0]=="string"?n:n.map(Object.values).flat():[n];for(let c of o)if(c){let p=new Set(s.fileDependencies);Vo.default.existsSync(c)&&(p.has(c)||(p.add(c),s.fileDependencies.add(c)))}}})})}};var as=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){new is({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new os({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e)}};var ps=require("webpack");var cs=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}generateManifestPatches(e,s){let r=G(e,this.manifestPath),i=r.web_accessible_resources||[],n=r.web_accessible_resources||[];for(let[p,l]of Object.entries(s)){let m=r.content_scripts?.find(d=>d.js&&d.js.some(g=>g.includes(p)));if(m){let d=m.matches||[];if(r.manifest_version===3){let g=i.find(y=>y.matches.some($=>d.includes($)));g?l.forEach(y=>{g.resources.includes(y)||g.resources.push(y)}):i.push({resources:l.filter(y=>!y.endsWith(".map")),matches:d})}else l.forEach(g=>{n.includes(g)||n.push(g)})}}r.manifest_version===3?r.web_accessible_resources=i:r.web_accessible_resources=Array.from(new Set(n));let o=JSON.stringify(r,null,2),c=new ps.sources.RawSource(o);e.getAsset("manifest.json")&&e.updateAsset("manifest.json",c)}apply(e){e.hooks.thisCompilation.tap("plugin-extension:feature-web-resources",s=>{s.hooks.processAssets.tap({name:"plugin-extension:feature-web-resources",stage:ps.Compilation.PROCESS_ASSETS_STAGE_ANALYSE},()=>{let r=[],i=Object.keys(this.includeList||{});for(let c of i.filter(Boolean))c.startsWith("content_scripts")&&(Array.isArray(c)?r.push(...c):typeof c=="string"&&r.push(c));let n=s.chunkGraph,o={};s.entrypoints.forEach((c,p)=>{if(r.includes(p)){let l=[];c.chunks.forEach(m=>{Array.from(n.getChunkModulesIterable(m)).forEach(g=>{n.getModuleChunks(g).forEach(y=>{y.auxiliaryFiles.forEach($=>{l.includes($)||l.push($)})})})}),o[p]=l}}),this.generateManifestPatches(s,o)})})}};var I=a(require("fs")),O=a(require("path")),Xo=a(require("chokidar")),ls=class{options;constructor(e){this.options=e}ensureDirectoryExistence(e){let s=O.default.dirname(e);if(I.default.existsSync(s))return!0;I.default.mkdirSync(s,{recursive:!0})}copyFile(e,s){this.ensureDirectoryExistence(s),I.default.copyFileSync(e,s)}copyFolder(e,s){I.default.existsSync(s)||I.default.mkdirSync(s,{recursive:!0}),I.default.readdirSync(e).forEach(i=>{let n=O.default.join(e,i),o=O.default.join(s,i);I.default.statSync(n).isDirectory()?this.copyFolder(n,o):this.copyFile(n,o)})}apply(e){let s=O.default.dirname(this.options.manifestPath),r=O.default.join(s,"public"),i=e.options.output?.path||"";I.default.existsSync(r)&&(e.hooks.afterEmit.tap("special-folders:copy-public-folder",()=>{let n=O.default.join(i,"public");I.default.existsSync(n)||I.default.mkdirSync(n,{recursive:!0}),I.default.existsSync(r)&&this.copyFolder(r,n)}),e.options.mode!=="production"&&e.hooks.afterPlugins.tap("special-folders:copy-public-folder",()=>{let n=O.default.join(s,"public"),o=Xo.default.watch(n,{ignoreInitial:!0});o.on("add",c=>{let p=O.default.join(i,O.default.relative(s,c));this.copyFile(c,p)}),o.on("change",c=>{let p=O.default.join(i,O.default.relative(s,c));this.copyFile(c,p)}),o.on("unlink",c=>{let p=O.default.join(i,O.default.relative(s,c));I.default.existsSync(p)&&I.default.unlinkSync(p)}),e.hooks.watchClose.tap("special-folders:copy-public-folder",()=>{o.close().catch(console.error)})}))}};var T=a(require("path")),dr=a(require("chokidar"));var fs=class{manifestPath;constructor(e){this.manifestPath=e}throwCompilationError(e,s,r){let i=T.relative(process.cwd(),s),p=li(r?"Adding":"Removing",r?"added":"removed",e,e==="pages"?"HTML pages":"script files",i);if(r){console.warn(p);return}console.error(p),process.exit(1)}apply(e){e.hooks.afterPlugins.tap("special-folders:warn-upon-folder-changes",()=>{let s=T.dirname(this.manifestPath),r=T.join(s,"pages"),i=T.join(s,"scripts"),n=dr.watch(r,{ignoreInitial:!0}),o=dr.watch(i,{ignoreInitial:!0}),c=e.options.resolve?.extensions;n.on("add",p=>{p.endsWith(".html")&&this.throwCompilationError("pages",p,!0)}),n.on("unlink",p=>{p.endsWith(".html")&&this.throwCompilationError("pages",p)}),o.on("add",p=>{c?.includes(T.extname(p))&&this.throwCompilationError("scripts",p,!0)}),o.on("unlink",p=>{c?.includes(T.extname(p))&&this.throwCompilationError("scripts",p)}),e.hooks.watchClose.tap("WarnUponFolderChanges",()=>{n.close().catch(console.error),o.close().catch(console.error)})})}};var ms=class{static name="plugin-special-folders";options;constructor(e){this.options=e}apply(e){let{manifestPath:s}=this.options;new ls({manifestPath:s}).apply(e),e.options.mode==="development"&&e.options.watchOptions&&new fs(s).apply(e)}};var us=class{static name="plugin-extension";manifestPath;browser;mode;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.mode=e.mode}apply(e){let s=this.manifestPath,r=he({manifestPath:s}),i=Bn({manifestPath:s});new kt({manifestPath:s,includeList:{...i?.pages||{},...i?.scripts||{}},excludeList:i.public,loaderOptions:{jsx:ge(Ue.default.dirname(this.manifestPath))||X(Ue.default.dirname(this.manifestPath))||Fe(Ue.default.dirname(this.manifestPath)),typescript:N(Ue.default.dirname(this.manifestPath)),minify:this.mode==="production"}}).apply(e),new Rt({browser:this.browser,manifestPath:s,includeList:{...r.html,...r.icons,...r.json,...r.scripts},excludeList:i.public}).apply(e),new Xt({manifestPath:s,includeList:{...r.html,...i.pages},excludeList:{...i.public,...i.scripts}}).apply(e),new Qt({manifestPath:s,browser:this.browser,includeList:{...r.scripts,...i.scripts},excludeList:{...i.public,...i.pages}}).apply(e),new ts({manifestPath:s}).apply(e),new rs({manifestPath:s,includeList:r.json,excludeList:i.public}).apply(e),new as({manifestPath:s,includeList:r.icons,excludeList:i.public}).apply(e),new cs({manifestPath:s,includeList:{...r.scripts,...i.scripts},excludeList:i.public}).apply(e),new ms({manifestPath:s}).apply(e)}};var Je=a(require("path"));var Zo=a(require("path")),Yo=a(require("ws"));function ds(t,e){t.clients.forEach(s=>{s.readyState===Yo.default.OPEN&&s.send(JSON.stringify(e))})}function Ko(t,e,s){if(!s||!e)return;let r=he({manifestPath:e}).locales,i=he({manifestPath:e}).scripts,n=he({manifestPath:e}).json;if(!t){process.env.EXTENSION_ENV==="development"&&console.error("WebSocket server is not running.");return}Zo.default.basename(s)==="manifest.json"&&ds(t,{changedFile:"manifest.json"}),r?.forEach(o=>{o.includes(s)&&ds(t,{changedFile:"_locales"})}),Object.entries(i).forEach(([o,c])=>{let p=Array.isArray(c)?c:[c];Object.values(p).flatMap(m=>m).includes(s)&&o==="background/service_worker"&&ds(t,{changedFile:"service_worker"})}),Object.entries(n).forEach(([o,c])=>{c?.includes(s)&&o==="declarative_net_request"&&ds(t,{changedFile:"declarative_net_request"})})}var hr=a(require("path")),sa=a(require("fs")),Be=a(require("ws"));var We=a(require("path")),al=a(require("http")),ea=a(require("https")),gr=a(require("fs"));var Qo=t=>{if(!gr.default.existsSync(t))return;let e=We.default.basename(t);return gr.default.readFileSync(We.default.join(__dirname,"certs",e))};function ta(t,e){let s={key:Qo(We.default.join(__dirname,"certs","localhost.key")),cert:Qo(We.default.join(__dirname,"certs","localhost.cert"))},r=ea.default.createServer(s,(i,n)=>{n.writeHead(200),n.end()});return r.on("error",i=>{throw console.error(yi(t,e)),new Error(i.message)}),{server:r,port:e}}function cl(t,e,s){switch(s){case"chrome":return new Be.default.Server({host:"localhost",port:e});case"edge":return new Be.default.Server({host:"localhost",port:e+1});case"firefox":return new Be.default.Server({server:ta(t,e+2).server});default:return new Be.default.Server({host:"localhost",port:8888})}}async function ra(t,e){let s=t.options.context||"",r=require(hr.default.join(s,"manifest.json")),i=r.name||"Extension.js",n=e.port||8e3,o=cl(i,n,e.browser);if(o.on("connection",c=>{c.send(JSON.stringify({status:"serverReady"})),c.on("error",p=>{console.log(ui(i,p))}),c.on("message",p=>{let l=JSON.parse(p.toString());if(l.status==="clientReady"){let m=require(hr.default.join(s,"manifest.json"));setTimeout(()=>{console.log(Vs(m,e.browser,l)),console.log("")},2500),ki(e.browser)&&setTimeout(()=>{console.log(mi(e.browser))},5e3)}})}),e.browser==="firefox"&&!sa.default.existsSync(Ke)){let c=Ei(r);console.log(Vs(r,e.browser,c)),console.log(""),console.log(hi()),console.log("")}return o}var ia=a(require("path")),yr=a(require("fs"));function na(t,e){let s=ia.default.resolve(__dirname,`./extensions/${t}-manager-extension/reload-service.js`);try{let r=yr.default.readFileSync(s,"utf8"),i=r.replace(/__RELOAD_PORT__/g,e.toString());i!==r&&yr.default.writeFileSync(s,i,"utf8")}catch(r){console.error(`Error processing file: ${r.message}`)}}process.on("SIGINT",()=>{process.exit()});process.on("SIGTERM",()=>{process.exit()});var ze=class{manifestPath;port;browser;stats;constructor(e){this.manifestPath=e.manifestPath,this.port=e.port||8e3,this.browser=e.browser||"chrome",this.stats=e.stats}async apply(e){if(!this.manifestPath)return;na(this.browser,this.port);let s=await ra(e,{...this,mode:e.options.mode,browser:this.browser,stats:this.stats,port:this.port});e.hooks.watchRun.tapAsync("reload:create-web-socket-server",(r,i)=>{let o=(r.modifiedFiles||new Set).values().next().value;if(!o){i();return}let c=Je.default.relative(Je.default.dirname(this.manifestPath),o),p=Je.default.relative(process.cwd(),Je.default.dirname(o));process.env.EXTENSION_ENV==="development"&&console.info(`\u25BA\u25BA Updated file \`${c}\` (relative to ${p})`),this.manifestPath&&Ko(s,this.manifestPath,o),i()})}};var br=a(require("path"));function oa(t,e,s){t.options.module.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[br.default.dirname(s)],exclude:/node_modules/,use:[{loader:br.default.resolve(__dirname,"./inject-chromium-client-loader"),options:{manifestPath:s,browser:e}}]})}var wr=a(require("path"));function aa(t,e,s){t.options.module.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[wr.default.dirname(s)],exclude:/node_modules/,use:[{loader:wr.default.resolve(__dirname,"./inject-firefox-client-loader"),options:{manifestPath:s,browser:e}}]})}var hs=require("webpack");var xr=a(require("content-security-policy-parser"));function ca(t){let e=t.content_security_policy;if(!e)return"script-src 'self' 'unsafe-eval' blob: filesystem:; object-src 'self' blob: filesystem:; ";let s=(0,xr.default)(e);e="",s.get("script-src")||s.set("script-src",["'self' 'unsafe-eval' blob: filesystem:"]),s.get("script-src")?.includes("'unsafe-eval'")||s.set("script-src",["unsafe-eval"]);for(let r in s)e+=`${r} ${s.get(r)?.join(" ")};`;return e}function pa(t){let e=t.content_security_policy;if(!e)return{extension_pages:"script-src 'self'; object-src 'self'; "};let s=(0,xr.default)(e.extension_pages||""),r="";for(let i in s)r+=`${i} ${s.get(i)?.join(" ")}; `;return{extension_pages:r.trim()}}function la(t){let e=["/*.json","/*.js","/*.css"],s=t.web_accessible_resources;if(!s||s.length===0)return e;let r=new Set(s);for(let i of e)r.has(i)||r.add(i);return Array.from(r)}function fa(t){let e=["/*.json","/*.js","/*.css"];return[...t.web_accessible_resources||[],{resources:e,matches:["<all_urls>"]}]}function vr(t,e){return t.background?{background:{...t.background}}:e==="firefox"?{background:{...t.background||{},scripts:["background/script.js"]}}:t.manifest_version===2?{background:{...t.background||{},scripts:["background/script.js"]}}:{background:{...t.background||{},service_worker:"background/service_worker.js"}}}function _r(t){return t.externally_connectable&&!t.externally_connectable.ids?{externally_connectable:{...t.externally_connectable,ids:[...new Set(t.externally_connectable.ids||[]),"*"]}}:t.externally_connectable&&!t.externally_connectable.ids?{externally_connectable:{...t.externally_connectable,ids:["*"]}}:{}}var gs=class{manifestPath;browser;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome"}generateManifestPatches(e){let s=G(e,this.manifestPath),r={...s,content_security_policy:s.manifest_version===3?pa(s):ca(s),...s.manifest_version===3?s.permissions?{permissions:[...new Set(["scripting",...s.permissions])]}:{permissions:["scripting"]}:{},...vr(s,this.browser),..._r(s),web_accessible_resources:s.manifest_version===3?fa(s):la(s)},i=JSON.stringify(r,null,2),n=new hs.sources.RawSource(i);e.getAsset("manifest.json")&&e.updateAsset("manifest.json",n)}apply(e){e.hooks.thisCompilation.tap("run-chromium:apply-manifest-dev-defaults",s=>{s.hooks.processAssets.tap({name:"run-chromium:apply-manifest-dev-defaults",stage:hs.Compilation.PROCESS_ASSETS_STAGE_SUMMARIZE},r=>{if(!this.manifestPath){let i="No manifest.json found in your extension bundle. Unable to patch manifest.json.";s&&e.webpack.WebpackError&&s.errors.push(new e.webpack.WebpackError(`run-chromium: ${i}`));return}this.generateManifestPatches(s)})})}};var Sr=a(require("fs")),_e=a(require("path")),ma=a(require("webpack-target-webextension"));var ys=class{manifestPath;browser;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome"}handleBackground(e,s,r){let i=_e.default.resolve(__dirname,s==="firefox"?"minimum-firefox-file.mjs":"minimum-chromium-file.mjs"),n=_e.default.dirname(this.manifestPath),o=r.background;if(s==="firefox"){o=r["gecko:background"]||r["firefox:background"]||o;let c=o?.scripts||o?.["gecko:scripts"]||o?.["firefox:scripts"];if(c&&c.length>0){let p=_e.default.join(n,c[0]);this.ensureFileExists(p,"background.scripts")}else this.addDefaultEntry(e,"background/script",i)}else if(o=r["chromium:background"]||r["chrome:background"]||r["edge:background"]||o,r.manifest_version===3){let c=o?.service_worker||o?.["chromium:service_worker"]||o?.["chrome:service_worker"]||o?.["edge:service_worker"];if(c){let p=_e.default.join(n,c);this.ensureFileExists(p,"background.service_worker")}else this.addDefaultEntry(e,"background/service_worker",i)}else if(r.manifest_version===2){let c=o?.scripts||o?.["chromium:scripts"]||o?.["chrome:scripts"]||o?.["edge:scripts"];if(c&&c.length>0){let p=_e.default.join(n,c[0]);this.ensureFileExists(p,"background.scripts")}else this.addDefaultEntry(e,"background/script",i)}}ensureFileExists(e,s){if(!Sr.default.existsSync(e)&&this.manifestPath){let i=require(this.manifestPath).name||"Extension.js",n=di(i,s,e);throw console.error(n),new Error(n)}}addDefaultEntry(e,s,r){e.options.entry={...e.options.entry,[s]:{import:[r]}}}getEntryName(e){if(e.background){if(e.manifest_version===3)return{serviceWorkerEntry:"background/service_worker"};if(e.manifest_version===2)return{pageEntry:"background/script"}}return{pageEntry:"background"}}apply(e){if(!this.manifestPath||!Sr.default.lstatSync(this.manifestPath).isFile())return;let s=require(this.manifestPath);this.handleBackground(e,this.browser,s),new ma.default({background:this.getEntryName(s),weakRuntimeCheck:!0}).apply(e)}};var Pr=class{manifestPath;browser;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome"}apply(e){te.includes(this.browser)&&oa(e,this.browser,this.manifestPath),this.browser==="firefox"&&aa(e,this.browser,this.manifestPath),new gs({manifestPath:this.manifestPath,browser:this.browser}).apply(e),new ys({manifestPath:this.manifestPath,browser:this.browser}).apply(e)}},ua=Pr;var bs=class{static name="plugin-reload";manifestPath;browser;port;stats;autoReload;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.port=e.port,this.stats=e.stats,this.autoReload=e.autoReload}apply(e){e.options.mode==="development"&&new ze({manifestPath:this.manifestPath,browser:this.browser,port:this.port,stats:this.stats}).apply(e),e.options.mode==="development"&&new ua({manifestPath:this.manifestPath,browser:this.browser,autoReload:this.autoReload,stats:this.stats}).apply(e)}};var da=a(require("webpack")),ws=class{manifestPath;browser;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser}apply(e){new da.default.ProvidePlugin({browser:require.resolve("webextension-polyfill")}).apply(e)}};var vs=require("webpack");var xs=class{browser;manifestPath;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome"}patchManifest(e){let s=pe(e,this.browser);return JSON.stringify(s,null,2)}apply(e){e.hooks.compilation.tap("compatibility:browser-fields",s=>{s.hooks.processAssets.tap({name:"compatibility:browser-fields",stage:vs.Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE},()=>{let r=G(s,this.manifestPath),i=this.patchManifest(r),n=new vs.sources.RawSource(i);s.updateAsset("manifest.json",n)})})}};var _s=class{static name="plugin-compatibility";manifestPath;browser;polyfill;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.polyfill=e.polyfill||!1}async apply(e){this.polyfill&&this.browser!=="firefox"&&new ws({manifestPath:this.manifestPath,browser:this.browser||"chrome"}).apply(e),new xs({manifestPath:this.manifestPath,browser:this.browser||"chrome"}).apply(e)}};var ka=a(require("fs"));var ga=a(require("webpack")),ha=a(require("content-security-policy-parser"));function ya(t){let e=t.content_security_policy,s=t.content_security_policy?.extension_pages,r=i=>{if(!i)return;let n=(0,ha.default)(i);if(n.get("script-src")&&n.get("script-src")?.includes("'unsafe-eval'")){let o=t.name||"Extension.js";return Kr(o)}};if(t.manifest_version===3){let i=e?r(s):void 0;if(i)return new ga.default.WebpackError(i)}return null}var kr=a(require("webpack"));function ba(t,e){let s=t.web_accessible_resources;if(s){let r=s.some(o=>typeof o=="string"),i=s.some(o=>typeof o=="object"||o.resources||o.matches),n=t.name||"Extension.js";if(t.manifest_version===2&&!r)return new kr.default.WebpackError(ei(n,e));if(t.manifest_version===3&&!i)return new kr.default.WebpackError(ti(n,e))}return null}var wa=a(require("webpack"));function xa(t,e){if(e==="firefox"&&t.background?.service_worker){let s=t.name||"Extension.js";return new wa.default.WebpackError(Yr(s))}return null}var va=a(require("path")),_a=a(require("fs")),Sa=a(require("webpack"));function Pa(t,e){let s=va.default.join(e.options.context||"","_locales"),r=t.name||"Extension.js";return _a.default.existsSync(s)&&!t.default_locale?new Sa.default.WebpackError(Qr(r)):null}var Ss=class{options;constructor(e){this.options=e}handleRuntimeErrors(e,s,r){let i=ya(s),n=ba(s,r),o=xa(s,r),c=Pa(s,e);i&&e.errors.push(i),n&&e.errors.push(n),o&&e.options.mode==="production"&&e.errors.push(o),c&&e.errors.push(c)}apply(e){e.hooks.afterCompile.tapAsync("CompatPlugin (module)",(s,r)=>{let i=this.options.manifestPath,n=JSON.parse(ka.default.readFileSync(i,"utf-8")),o=this.options.browser||"chrome";this.handleRuntimeErrors(s,n,o),r()})}};var Aa=a(require("fs")),Ra=a(require("ajv"));var Ea={$schema:"http://json-schema.org/draft-07/schema#",$id:"https://json.schemastore.org/chrome-manifest.json",additionalProperties:!0,definitions:{action_v2:{type:"object",properties:{default_title:{type:"string",description:"Tooltip for the main toolbar icon."},default_popup:{$ref:"#/definitions/uri",description:"The popup appears when the user clicks the icon."},default_icon:{anyOf:[{type:"string",description:"FIXME: String form is deprecated."},{type:"object",description:"Icon for the main toolbar.",properties:{"19":{$ref:"#/definitions/icon"},"38":{$ref:"#/definitions/icon"}}}]}},dependencies:{name:{not:{required:["name"]}},icons:{not:{required:["icons"]}},popup:{not:{required:["popup"]}}}},action_v3:{type:"object",properties:{default_title:{type:"string",description:"Tooltip for the main toolbar icon."},default_popup:{$ref:"#/definitions/uri",description:"The popup appears when the user clicks the icon."},default_icon:{type:"object",properties:{"16":{$ref:"#/definitions/icon"},"24":{$ref:"#/definitions/icon"},"32":{$ref:"#/definitions/icon"}}}},dependencies:{name:{not:{required:["name"]}},icons:{not:{required:["icons"]}},popup:{not:{required:["popup"]}}}},command:{type:"object",if:{$comment:"Global shortcuts change the acceptable pattern for the suggested_key.",properties:{global:{const:!0}},required:["global"]},then:{additionalProperties:!1,properties:{description:{type:"string"},global:{type:"boolean",description:"Whether this command should work while Chrome does not have focus. Keyboard shortcut suggestions for global commands are limited to Ctrl+Shift+[0..9]"},suggested_key:{type:"object",additionalProperties:!1,patternProperties:{"^(default|mac|windows|linux|chromeos)$":{type:"string",pattern:"^(Ctrl|Command|MacCtrl)\\+Shift\\+[0-9]"}}}}},else:{additionalProperties:!1,properties:{description:{type:"string"},global:{type:"boolean",description:"Whether this command should work while Chrome does not have focus. Keyboard shortcut suggestions for global commands are limited to Ctrl+Shift+[0..9]"},suggested_key:{type:"object",additionalProperties:!1,patternProperties:{"^(default|mac|windows|linux|chromeos)$":{type:"string",pattern:"^(Ctrl|Command|MacCtrl|Alt|Option)\\+(Shift\\+)?[A-Z]"}}}}}},content_security_policy:{type:"string",description:"This introduces some fairly strict policies that will make extensions more secure by default, and provides you with the ability to create and enforce rules governing the types of content that can be loaded and executed by your extensions and applications.",format:"content-security-policy",default:"script-src 'self'; object-src 'self'"},glob_pattern:{type:"string",format:"glob-pattern"},icon:{$ref:"#/definitions/uri"},match_pattern:{type:"string",format:"match-pattern",pattern:"^((\\*|http|https|file|ftp|chrome-extension):\\/\\/(\\*|\\*\\.[^\\/\\*]+|[^\\/\\*]+)?(\\/.*))|urn:(\\*|.*)|<all_urls>$"},mime_type:{type:"string",format:"mime-type",pattern:"^(?:application|audio|image|message|model|multipart|text|video)\\/[-+.\\w]+$"},page:{$ref:"#/definitions/uri"},permissions:{type:"array",uniqueItems:!0,items:{type:"string",format:"permission"}},scripts:{type:"array",minItems:1,uniqueItems:!0,items:{$ref:"#/definitions/uri"}},uri:{type:"string"},version_string:{type:"string",pattern:"^(?:\\d{1,5}\\.){0,3}\\d{1,5}$"},web_resource:{type:"object",required:["resources"],properties:{resources:{type:"array",description:`An array of resources to be exposed. Resources are specified as strings and may contain * for wildcard matches. For example, "/images/*" exposes everything in the extension's /images directory recursively while "*.png" exposes all PNG files.`,items:{$ref:"#/definitions/glob_pattern"}},matches:{type:"array",description:"A list of URL match patterns specifying which pages can access the resources. Only the origin is used to match URLs; subdomains patterns (*.google.com) and paths are ignored.",items:{$ref:"#/definitions/match_pattern"}},extension_ids:{type:"array",description:"A list of extension IDs, specifying which extensions can access the resources.",items:{type:"string"}},use_dynamic_url:{type:"boolean",description:"If true, only allow resources to be accessible through dynamic ID. The dynamic ID is generated per session. It's regenerated on browser restart or extension reload."}}}},dependencies:{content_scripts:{not:{required:["script_badge"]}},script_badge:{not:{required:["content_scripts"]}}},else:{properties:{background:{type:"object",description:"The background page is an HTML page that runs in the extension process. It exists for the lifetime of your extension, and only one instance of it at a time is active.",properties:{persistent:{type:"boolean",description:"When false, makes the background page an event page (loaded only when needed).",default:!0},page:{$ref:"#/definitions/page",description:"Specify the HTML of the background page.",default:"background.html"},scripts:{$ref:"#/definitions/scripts",description:"A background page will be generated by the extension system that includes each of the files listed in the scripts property.",default:["background.js"]}},dependencies:{page:{not:{required:["scripts"]}},scripts:{not:{required:["page"]}}}},browser_action:{$ref:"#/definitions/action_v2",description:"Use browser actions to put icons in the main Google Chrome toolbar, to the right of the address bar. In addition to its icon, a browser action can also have a tooltip, a badge, and a popup."},page_action:{$ref:"#/definitions/action_v2",description:"Use the chrome.pageAction API to put icons inside the address bar. Page actions represent actions that can be taken on the current page, but that aren't applicable to all pages."},content_security_policy:{$ref:"#/definitions/content_security_policy"},web_accessible_resources:{type:"array",description:"An array of strings specifying the paths (relative to the package root) of packaged resources that are expected to be usable in the context of a web page.",minItems:1,uniqueItems:!0,items:{$ref:"#/definitions/uri"}}},dependencies:{page_action:{not:{required:["browser_action"]}},browser_action:{not:{required:["page_action"]}}}},if:{properties:{manifest_version:{const:3}}},properties:{manifest_version:{type:"number",description:"One integer specifying the version of the manifest file format your package requires.",enum:[2,3]},name:{type:"string",description:"The name of the extension",maxLength:45},version:{$ref:"#/definitions/version_string",description:"One to four dot-separated integers identifying the version of this extension."},default_locale:{type:"string",description:"Specifies the subdirectory of _locales that contains the default strings for this extension.",default:"en"},description:{type:"string",description:"A plain text description of the extension",maxLength:132},icons:{type:"object",description:"One or more icons that represent the extension, app, or theme. Recommended format: PNG; also BMP, GIF, ICO, JPEG.",minProperties:1,properties:{"16":{$ref:"#/definitions/icon",description:"Used as the favicon for an extension's pages and infobar."},"48":{$ref:"#/definitions/icon",description:"Used on the extension management page (chrome://extensions)."},"128":{$ref:"#/definitions/icon",description:"Used during installation and in the Chrome Web Store."},"256":{$ref:"#/definitions/icon",description:"Used during installation and in the Chrome Web Store."}}},chrome_url_overrides:{type:"object",description:"Override pages are a way to substitute an HTML file from your extension for a page that Google Chrome normally provides.",additionalProperties:!1,maxProperties:1,properties:{bookmarks:{$ref:"#/definitions/page",description:"The page that appears when the user chooses the Bookmark Manager menu item from the Chrome menu or, on Mac, the Bookmark Manager item from the Bookmarks menu. You can also get to this page by entering the URL chrome://bookmarks.",default:"bookmarks.html"},history:{$ref:"#/definitions/page",description:"The page that appears when the user chooses the History menu item from the Chrome menu or, on Mac, the Show Full History item from the History menu. You can also get to this page by entering the URL chrome://history.",default:"history.html"},newtab:{$ref:"#/definitions/page",description:"The page that appears when the user creates a new tab or window. You can also get to this page by entering the URL chrome://newtab.",default:"newtab.html"}}},commands:{type:"object",description:"Use the commands API to add keyboard shortcuts that trigger actions in your extension, for example, an action to open the browser action or send a command to the extension.",patternProperties:{".*":{$ref:"#/definitions/command"},"^_execute_browser_action$":{$ref:"#/definitions/command"},"^_execute_page_action$":{$ref:"#/definitions/command"}}},content_scripts:{type:"array",description:"Content scripts are JavaScript files that run in the context of web pages.",minItems:1,uniqueItems:!0,items:{type:"object",required:["matches"],additionalProperties:!1,properties:{matches:{type:"array",description:"Specifies which pages this content script will be injected into.",minItems:1,uniqueItems:!0,items:{$ref:"#/definitions/match_pattern"}},exclude_matches:{type:"array",description:"Excludes pages that this content script would otherwise be injected into.",uniqueItems:!0,items:{$ref:"#/definitions/match_pattern"}},css:{type:"array",description:"The list of CSS files to be injected into matching pages. These are injected in the order they appear in this array, before any DOM is constructed or displayed for the page.",uniqueItems:!0,items:{$ref:"#/definitions/uri"}},js:{$ref:"#/definitions/scripts",description:"The list of JavaScript files to be injected into matching pages. These are injected in the order they appear in this array."},world:{type:"string",description:"The JavaScript world for a script to execute within.",enum:["ISOLATED","MAIN"],default:"ISOLATED"},run_at:{type:"string",description:"Controls when the files in js are injected.",enum:["document_start","document_end","document_idle"],default:"document_idle"},all_frames:{type:"boolean",description:"Controls whether the content script runs in all frames of the matching page, or only the top frame.",default:!1},include_globs:{type:"array",description:"Applied after matches to include only those URLs that also match this glob. Intended to emulate the @include Greasemonkey keyword.",uniqueItems:!0,items:{$ref:"#/definitions/glob_pattern"}},exclude_globs:{type:"array",description:"Applied after matches to exclude URLs that match this glob. Intended to emulate the @exclude Greasemonkey keyword.",uniqueItems:!0,items:{$ref:"#/definitions/glob_pattern"}},match_about_blank:{type:"boolean",description:"Whether to insert the content script on about:blank and about:srcdoc.",default:!1}}}},devtools_page:{$ref:"#/definitions/page",description:"A DevTools extension adds functionality to the Chrome DevTools. It can add new UI panels and sidebars, interact with the inspected page, get information about network requests, and more."},externally_connectable:{description:"Declares which extensions, apps, and web pages can connect to your extension via runtime.connect and runtime.sendMessage.",type:"object",additionalProperties:!1,properties:{ids:{type:"array",items:{type:"string",description:"The IDs of extensions or apps that are allowed to connect. If left empty or unspecified, no extensions or apps can connect."}},matches:{type:"array",items:{type:"string",description:"The URL patterns for web pages that are allowed to connect. This does not affect content scripts. If left empty or unspecified, no web pages can connect."}},accepts_tls_channel_id:{type:"boolean",default:!1,description:"Indicates that the extension would like to make use of the TLS channel ID of the web page connecting to it. The web page must also opt to send the TLS channel ID to the extension via setting includeTlsChannelId to true in runtime.connect's connectInfo or runtime.sendMessage's options."}}},file_browser_handlers:{type:"array",description:"You can use this API to enable users to upload files to your website.",minItems:1,items:{type:"object",required:["id","default_title","file_filters"],additionalProperties:!1,properties:{id:{type:"string",description:"Used by event handling code to differentiate between multiple file handlers"},default_title:{type:"string",description:"What the button will display."},file_filters:{type:"array",description:"Filetypes to match.",minItems:1,items:{type:"string"}}}}},homepage_url:{$ref:"#/definitions/uri",description:"The URL of the homepage for this extension."},incognito:{type:"string",description:"Specify how this extension will behave if allowed to run in incognito mode.",enum:["spanning","split","not_allowed"],default:"spanning"},input_components:{type:"array",description:"Allows your extension to handle keystrokes, set the composition, and manage the candidate window.",items:{type:"object",required:["name","type","id","description","language","layouts"],additionalProperties:!1,properties:{name:{type:"string"},type:{type:"string"},id:{type:"string"},description:{type:"string"},language:{type:"string"},layouts:{type:"array"}}}},key:{type:"string",description:"This value can be used to control the unique ID of an extension, app, or theme when it is loaded during development."},minimum_chrome_version:{$ref:"#/definitions/version_string",description:"The version of Chrome that your extension, app, or theme requires, if any."},nacl_modules:{type:"array",description:"One or more mappings from MIME types to the Native Client module that handles each type.",minItems:1,uniqueItems:!0,items:{type:"object",required:["path","mime_type"],additionalProperties:!1,properties:{path:{$ref:"#/definitions/uri",description:"The location of a Native Client manifest (a .nmf file) within the extension directory."},mime_type:{$ref:"#/definitions/mime_type",description:"The MIME type for which the Native Client module will be registered as content handler."}}}},oauth2:{type:"object",description:"Use the Chrome Identity API to authenticate users: the getAuthToken for users logged into their Google Account and the launchWebAuthFlow for users logged into a non-Google account.",required:["client_id","scopes"],additionalProperties:!1,properties:{client_id:{type:"string",description:"You need to register your app in the Google APIs Console to get the client ID."},scopes:{type:"array",minItems:1,items:{type:"string"}}}},offline_enabled:{type:"boolean",description:"Whether the app or extension is expected to work offline. When Chrome detects that it is offline, apps with this field set to true will be highlighted on the New Tab page."},omnibox:{type:"object",description:"The omnibox API allows you to register a keyword with Google Chrome's address bar, which is also known as the omnibox.",required:["keyword"],additionalProperties:!1,properties:{keyword:{type:"string",description:"The keyword that will trigger your extension."}}},optional_permissions:{$ref:"#/definitions/permissions",description:"Use the chrome.permissions API to request declared optional permissions at run time rather than install time, so users understand why the permissions are needed and grant only those that are necessary."},options_page:{$ref:"#/definitions/page",description:"To allow users to customize the behavior of your extension, you may wish to provide an options page. If you do, a link to it will be provided from the extensions management page at chrome://extensions. Clicking the Options link opens a new tab pointing at your options page.",default:"options.html"},options_ui:{type:"object",description:"To allow users to customize the behavior of your extension, you may wish to provide an options page. If you do, an Options link will be shown on the extensions management page at chrome://extensions which opens a dialogue containing your options page.",required:["page"],properties:{page:{type:"string",description:"The path to your options page, relative to your extension's root."},chrome_style:{type:"boolean",default:!0,description:"If true, a Chrome user agent stylesheet will be applied to your options page. The default value is false, but we recommend you enable it for a consistent UI with Chrome."},open_in_tab:{type:"boolean",default:!1,description:"If true, your extension's options page will be opened in a new tab rather than embedded in chrome://extensions. The default is false, and we recommend that you don't change it. This is only useful to delay the inevitable deprecation of the old options UI! It will be removed soon, so try not to use it. It will break."}}},permissions:{$ref:"#/definitions/permissions",description:"Permissions help to limit damage if your extension or app is compromised by malware. Some permissions are also displayed to users before installation, as detailed in Permission Warnings."},requirements:{type:"object",description:"Technologies required by the app or extension. Hosting sites such as the Chrome Web Store may use this list to dissuade users from installing apps or extensions that will not work on their computer.",additionalProperties:!1,properties:{plugins:{type:"object",description:"Indicates if an app or extension requires NPAPI to run. This requirement is enabled by default when the manifest includes the 'plugins' field.",required:["npapi"],additionalProperties:!1,properties:{npapi:{type:"boolean",default:!0}}},"3D":{type:"object",description:"The '3D' requirement denotes GPU hardware acceleration.",required:["features"],additionalProperties:!1,properties:{features:{type:"array",description:"List of the 3D-related features your app requires.",minItems:1,uniqueItems:!0,items:{type:"string",enum:["webgl"]}}}}}},sandbox:{type:"object",description:"Defines an collection of app or extension pages that are to be served in a sandboxed unique origin, and optionally a Content Security Policy to use with them.",required:["pages"],additionalProperties:!1,properties:{pages:{type:"array",minItems:1,uniqueItems:!0,items:{$ref:"#/definitions/page"}},content_security_policy:{$ref:"#/definitions/content_security_policy",default:"sandbox allow-scripts allow-forms"}}},short_name:{type:"string",description:"The short name is typically used where there is insufficient space to display the full name.",maxLength:12},update_url:{$ref:"#/definitions/uri",description:"If you publish using the Chrome Developer Dashboard, ignore this field. If you host your own extension or app: URL to an update manifest XML file."},tts_engine:{type:"object",description:"Register itself as a speech engine.",required:["voices"],additionalProperties:!1,properties:{voices:{type:"array",description:"Voices the extension can synthesize.",minItems:1,uniqueItems:!0,items:{type:"object",required:["voice_name","event_types"],additionalProperties:!1,properties:{voice_name:{type:"string",description:"Identifies the name of the voice and the engine used."},lang:{type:"string",description:"Almost always, a voice can synthesize speech in just a single language. When an engine supports more than one language, it can easily register a separate voice for each language."},gender:{type:"string",description:"If your voice corresponds to a male or female voice, you can use this parameter to help clients choose the most appropriate voice for their application."},event_types:{type:"array",description:"Events sent to update the client on the progress of speech synthesis.",minItems:1,uniqueItems:!0,items:{type:"string",description:"",enum:["start","word","sentence","marker","end","error"]}}}}}}},version_name:{type:"string",description:"In addition to the version field, which is used for update purposes, version_name can be set to a descriptive version string and will be used for display purposes if present."},chrome_settings_overrides:{},content_pack:{},current_locale:{},import:{},platforms:{},signature:{},spellcheck:{},storage:{},system_indicator:{}},required:["manifest_version","name","version"],then:{$comment:"browser_action and page_action are no longer present in v3",properties:{background:{type:"object",description:"The background page is an HTML page that runs in the extension process. It exists for the lifetime of your extension, and only one instance of it at a time is active.",properties:{service_worker:{type:"string",description:"The service worker js file."},type:{type:"string",enum:["module"]}},dependencies:{page:{not:{required:["scripts"]}},scripts:{not:{required:["page"]}}}},host_permissions:{$ref:"#/definitions/permissions"},action:{$ref:"#/definitions/action_v3",description:"Used to control the toolbar button for your extension in Chrome's UI."},content_security_policy:{type:"object",properties:{extension_pages:{$ref:"#/definitions/content_security_policy",description:"This policy covers pages in your extension, including html files and service workers."},sandbox:{$ref:"#/definitions/content_security_policy",description:"This policy covers any sandboxed extension pages that your extension uses."}}},web_accessible_resources:{type:"array",description:"An array of objects that declare resource access rules. Each object maps an array of extension resources to an array of URLs and/or extension IDs that can access those resources.",minItems:1,uniqueItems:!0,items:{$ref:"#/definitions/web_resource"}}},dependencies:{browser_action:{not:{required:["browser_action"]}},page_action:{not:{required:["page_action"]}}}},title:"JSON schema for Google Chrome extension manifest files",type:"object"};function ja(t){t.addFormat("permission",{type:"string",validate:e=>typeof e=="string"&&e.trim()!==""}),t.addFormat("content-security-policy",{type:"string",validate:e=>typeof e=="string"}),t.addFormat("glob-pattern",{type:"string",validate:e=>typeof e=="string"&&/[\*\?\[\]]/.test(e)}),t.addFormat("match-pattern",{type:"string",validate:e=>e==="<all_urls>"||e==="file:///"||e.startsWith("http://localhost")||e.startsWith("http:// ")||e.startsWith("http://*:*/*")?!0:typeof e=="string"&&/^(\*|http|https|file|ftp):\/\//.test(e)}),t.addFormat("uri",{type:"string",validate:e=>typeof e=="string"&&/^(\w+:)?\/\//.test(e)}),t.addFormat("mime-type",{type:"string",validate:e=>typeof e=="string"&&/^[a-z]+\/[a-z0-9\-\+]+$/.test(e)})}var $a=a(require("path")),Ca=require("webpack");function Da(t,e,s){let r=t.options.context||"",i=$a.default.join(r,"manifest.json"),o=require(i).name||"Extension.js",c=e?.params.missingProperty;t.errors.push(new Ca.WebpackError(ii(o,s,c)))}var Fa=a(require("path")),La=require("webpack");function Ia(t,e,s){let r=t.options.context||"",i=Fa.default.join(r,"manifest.json"),o=require(i).name||"Extension.js";t.warnings.push(new La.WebpackError(ri(o,e,s)))}var Oa=a(require("path")),Ma=require("webpack");function Er(t,e,s){let r=t.options.context||"",i=Oa.default.join(r,"manifest.json"),o=require(i).name||"Extension.js";t.warnings.push(new Ma.WebpackError(si(o,s,e)))}var Ps=class{options;constructor(e){this.options=e}handleSchemaErrors(e,s,r){let i=new Ra.default;ja(i);let n={allOf:[Ea]},o=i.compile(n),c=o(s),p=s.manifest_version===3;if(!c&&o.errors){let l=o.errors[0];if(l?.keyword==="required"){Da(e,l,r);return}p&&(l?.keyword==="type"&&Ia(e,l,r),l?.keyword==="not"&&Er(e,l,r))}}apply(e){e.hooks.afterCompile.tapAsync("CompatPlugin (module)",(s,r)=>{let i=this.options.manifestPath,n=JSON.parse(Aa.default.readFileSync(i,"utf-8")),o=this.options.browser||"chrome";this.handleSchemaErrors(s,n,o),r()})}};var qa=a(require("fs")),$r=a(require("path"));var jr=a(require("webpack"));function Na(t,e){let s="Conflict: Multiple assets emit different content to the same filename ";if(e.message.includes(s)){let r=e.message.replace(s,"");if(r.startsWith("content_scripts"))return new jr.default.WebpackError(ni(t,r))}return null}function Ta(t,e){let s=require(t);return e.message.includes("Top-level-await is only supported in EcmaScript Modules")?new jr.default.WebpackError(oi(s.name)):null}var ks=class{manifestPath;constructor(e){this.manifestPath=e.manifestPath}apply(e){let s=$r.default.join($r.default.dirname(this.manifestPath),"package.json");if(!qa.default.existsSync(s))return;let r=require(s).name;e.hooks.compilation.tap("develop:common-errors",i=>{i.hooks.afterSeal.tapAsync("develop:common-errors",n=>{i.errors.forEach((o,c)=>{let p=Na(r,o),l=Ta(r,o);p&&(i.errors[c]=p),l&&(i.errors[c]=l)}),n()})})}};var Es=class{static name="plugin-errors";manifestPath;browser;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome"}apply(e){new Ss({manifestPath:this.manifestPath,browser:this.browser||"chrome"}).apply(e),new Ps({manifestPath:this.manifestPath,browser:this.browser||"chrome"}).apply(e),new ks({manifestPath:this.manifestPath}).apply(e)}};var Ec=a(require("os")),Dr=a(require("path"));var pc=a(require("fs")),lc=require("child_process");var ie=a(require("path")),Fs=a(require("fs"));var Ua={alternate_error_pages:{enabled:!1},autofill:{enabled:!1},browser:{check_default_browser:!1,default_browser_setting_enabled:!1},default_apps:"install",distribution:{alternate_shortcut_text:!1,auto_launch_chrome:!1,import_bookmarks:!1,import_history:!1,import_home_page:!1,import_search_engine:!1,suppress_first_run_bubble:!0,do_not_register_for_update_launch:!0,make_chrome_default:!1,make_chrome_default_for_user:!1,require_eula:!1,suppress_first_run_default_browser_prompt:!0},dns_prefetching:{enabled:!1},download:{default_directory:"/tmp/",directory_upgrade:!0,open_pdf_in_adobe_reader:!1,prompt_for_download:!0},enable_do_not_track:!0,extensions:{theme:{use_system:!1},toolbarsize:-1,ui:{developer_mode:!0}},plugins:{plugins_list:[{enabled:!1,name:"Java(TM)"}],show_details:!0},profile:{password_manager_enabled:!1},safebrowsing:{enabled:!1,safebrowsingextended_reporting_enabled:!1},savefile:{default_directory:"/tmp",type:0},search:{suggest_enabled:!1},session:{restore_on_startup:1},sync:{suppress_start:!0},sync_promo:{show_on_first_run_allowed:!1,show_ntp_bubble:!1},translate:{enabled:!1}},Wa={...Ua},Ba={...Ua};var w=require("@colors/colors/safe");function j(t,e){let s=e==="warn"?(0,w.brightYellow)("\u25BA\u25BA\u25BA"):e==="info"?(0,w.cyan)("\u25BA\u25BA\u25BA"):e==="error"?`${(0,w.bold)((0,w.red)("ERROR"))} in ${He(t)} ${(0,w.red)("\u2716\uFE0E\u2716\uFE0E\u2716\uFE0E")}`:(0,w.brightGreen)("\u25BA\u25BA\u25BA");return`${(0,w.gray)("")}${s}`}function He(t){return t.charAt(0).toUpperCase()+t.slice(1)}function js(t){let e=He(t);return`${j(t,"info")} Creating new ${e} user profile...`}function Ja(t){return`${j(t,"success")} Instance already running.`}function za(t){return`${j(t,"info")} Instance exited.`}function $s(t,e){let s=t==="firefox"?"Add-on":"Extension";return`${j(t,"success")} ${He(t)} ${s} running in ${(0,w.cyan)(e||"unknown")} mode.`}function Cs(t,e){let s=e=="null"?`Browser is not installed
|
|
110
|
+
of your ${(0,f.brightYellow)("extension.config.js")} is defined as your extension URL.`}var st=class{manifestPath;constructor(e){this.manifestPath=e.manifestPath}apply(e){let s=A.default.dirname(this.manifestPath),n=require(this.manifestPath).name||"Extension.js";(H.default.existsSync(A.default.join(s,".env"))||H.default.existsSync(A.default.join(s,".env.example"))||H.default.existsSync(A.default.join(s,".env.local"))||H.default.existsSync(A.default.join(s,".env.defaults")))&&(console.log(Xr(n)),new _n.default({path:H.default.existsSync(A.default.join(s,".env"))?A.default.join(s,".env"):H.default.existsSync(A.default.join(s,".env.local"))?A.default.join(s,".env.local"):A.default.join(s,".env.example"),allowEmptyValues:!0,defaults:H.default.existsSync(A.default.join(s,".env.defaults")),systemvars:!0}).apply(e))}};var Vs=a(require("fs")),Sn=a(require("path")),rt=class{apply(e){let s=Sn.default.join(e.options.output.path||"","hot");Vs.default.existsSync(s)&&(Vs.default.rmSync(s,{recursive:!0,force:!0}),process.env.EXTENSION_ENV==="development"&&console.log("[CleanHotUpdatesPlugin] Removed old hot-update files before compilation."))}};var nt=class{static name="plugin-compilation";manifestPath;constructor(e){this.manifestPath=e.manifestPath}apply(e){new Pn.default().apply(e),new st({manifestPath:this.manifestPath}).apply(e),new rt().apply(e),e.hooks.done.tap("develop:brand",s=>{s.compilation.name=void 0;let r=s.endTime-s.startTime,n=require(this.manifestPath).name;console.log(Vr(n,r,s))})}};var Jn=a(require("path")),zn=a(require("mini-css-extract-plugin"));var Un=a(require("mini-css-extract-plugin"));var le=a(require("path")),je=a(require("fs"));var ae=a(require("path")),it=a(require("fs")),Gs=require("child_process"),En=require("package-manager-detector");function jn(t,e){return Object.values(e||{}).some(s=>s===t)}function h(t,e,s){let r=ae.default.extname(e),i=S(e,s)?ae.default.normalize(e):t;return[".js",".jsx",".tsx",".ts"].includes(r)&&(i=i.replace(r,".js")),[".html",".njk",".nunjucks"].includes(r)&&(i=i.replace(r,".html")),[".css",".scss",".sass",".less"].includes(r)&&(i=i.replace(r,".css")),Xs(i||"")}function Xs(t){return t.replace(/\\/g,"/")}function S(t,e={}){if(!e)return!1;let s=ae.default.normalize(Xs(t));return Object.values(e).some(n=>typeof n!="string"?!1:Xs(n).includes(s))}function V(t,e){if(t.getAsset("manifest.json")||t.assets["manifest.json"]){let s=t.assets["manifest.json"].source().toString();return JSON.parse(s||"{}")}return require(e)}function ce(){return process.env.npm_config_user_agent&&process.env.npm_config_user_agent.includes("pnpm")?"pnpm":!1}function kn(){return process.env.npm_execpath?"npm":!1}async function j(t,e,s){try{let r=await(0,En.detect)();console.log(Gr(t,e,r?.name||"unknown"));let n="";r?.name==="yarn"?n=`yarn --silent add ${s.join(" ")} --cwd ${__dirname} --optional`:r?.name==="npm"||kn()?n=`npm --silent install ${s.join(" ")} --prefix ${__dirname} --save-optional`:ce()?n=`pnpm --silent add ${s.join(" ")} --prefix ${__dirname} --save-optional`:n=`${r} --silent install ${s.join(" ")} --cwd ${__dirname} --optional`,(0,Gs.execSync)(n,{stdio:"inherit"}),await new Promise(i=>setTimeout(i,2e3)),process.env.EXTENSION_ENV==="development"&&(console.log(Zr(t,e)),r?.name==="yarn"?n="yarn install --silent > /dev/null 2>&1":r?.name==="npm"||kn()?n="npm install --silent > /dev/null 2>&1":ce()?n="pnpm install --silent > /dev/null 2>&1":n=`${r} install --silent > /dev/null 2>&1`,(0,Gs.execSync)(n,{stdio:"inherit"})),console.log(Yr(t,e))}catch(r){console.error(Kr(t,e,r))}}function ot(t){let e=ae.default.join(t,"package.json");if(!it.default.existsSync(e))return!1;let s=JSON.parse(it.default.readFileSync(e,"utf-8")),r=["react","vue","@angular/core","svelte","solid-js","preact"],n=s.dependencies||{},i=s.devDependencies||{};for(let o of r)if(n[o]||i[o])return!0;return!1}function $n(t){return!it.default.existsSync(ae.default.resolve(__dirname,`run-${t}-profile`))}function Cn(t){let e=t.name?.replace(/ /g,"-").toLowerCase();return{data:{id:`${e}@extension-js`,manifest:t,management:{id:`${e}@extension-js`,mayDisable:!0,optionsUrl:"",installType:"development",type:"extension",enabled:!0,name:t.name||"",description:t.description||"",version:t.version||"",hostPermissions:t.host_permissions||[],permissions:t.permissions||[],offlineEnabled:t.offline_enabled||!1,shortName:t.short_name||"",isApp:t.app&&t.app.background&&t.app.background.scripts}}}}function pe(t,e){return JSON.parse(JSON.stringify(t),function(n,i){let o=n.indexOf(":");if(o===-1)return i;let c=n.substring(0,o);(c===e||c==="chromium"&&ee.includes(e))&&(this[n.substring(o+1)]=i)})}var Fn=!1;function at(t){let e=le.default.join(t,"package.json"),s=le.default.join(t,"manifest.json");if(!je.default.existsSync(e))return!1;let r=Wp(t),n=require(e),i=n.devDependencies&&n.devDependencies.tailwindcss,o=n.dependencies&&n.dependencies.tailwindcss,c=!!r&&!!(i||o);if(c&&!Fn){let l=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&console.log(v(l,"Tailwind")),Fn=!0}return c}function Wp(t){let e=le.default.join(t,"tailwind.config.mjs"),s=le.default.join(t,"tailwind.config.cjs"),r=le.default.join(t,"tailwind.config.js");if(je.default.existsSync(e))return e;if(je.default.existsSync(s))return s;if(je.default.existsSync(r))return r}var ct=a(require("path")),Ln=a(require("fs"));var Dn=!1;function $e(t){let e=ct.default.join(t,"package.json"),s=ct.default.join(t,"manifest.json");if(!Ln.default.existsSync(e))return!1;let r=require(e),n=r.devDependencies&&r.devDependencies.sass,i=r.dependencies&&r.dependencies.sass;if(n||i){if(!Dn){let c=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&console.log(v(c,"SASS")),Dn=!0}return!0}return!1}async function In(t,e){if(!$e(t))return[];try{require.resolve("sass-loader")}catch{let r=["postcss-loader","postcss-scss","postcss-flexbugs-fixes","postcss-preset-env","postcss-normalize"],n=require(ct.default.join(t,"package.json")).name;await j(n,"PostCSS",r),await j(n,"SASS",["sass","sass-loader","resolve-url-loader"]),console.log(C(n,"SASS")),process.exit(0)}return[{test:/\.(s(a|c)ss)$/,exclude:/\.module\.(s(a|c)ss)$/,oneOf:[{resourceQuery:/is_content_css_import=true/,use:await O(t,{loader:"sass-loader",mode:e,useMiniCssExtractPlugin:!1})},{use:await O(t,{loader:"sass-loader",mode:e,useMiniCssExtractPlugin:e==="production"})}]},{test:/\.module\.(s(a|c)ss)$/,oneOf:[{resourceQuery:/is_content_css_import=true/,use:await O(t,{loader:"sass-loader",mode:e,useMiniCssExtractPlugin:!1})},{use:await O(t,{loader:"sass-loader",mode:e,useMiniCssExtractPlugin:!0})}]}]}var pt=a(require("path")),Mn=a(require("fs"));var On=!1;function Ce(t){let e=pt.default.join(t,"package.json"),s=pt.default.join(t,"manifest.json"),n=require(s).name||"Extension.js";if(!Mn.default.existsSync(e))return!1;let i=require(e),o=i.devDependencies&&i.devDependencies.less,c=i.dependencies&&i.dependencies.less;return o||c?(On||(process.env.EXTENSION_ENV==="development"&&console.log(v(n,"LESS")),On=!0),!0):!1}async function An(t,e){if(!Ce(t))return[];try{require.resolve("less-loader")}catch{let r=require(pt.default.join(t,"package.json")).name;await j(r,"LESS",["less","less-loader","resolve-url-loader"]),console.log(C(r,"LESS")),process.exit(0)}return[{test:/\.less$/,oneOf:[{resourceQuery:/is_content_css_import=true/,use:await O(t,{loader:"less-loader",mode:e,useMiniCssExtractPlugin:!1})},{use:await O(t,{loader:"less-loader",mode:e,useMiniCssExtractPlugin:e==="production"})}]}]}var me=a(require("path")),lt=a(require("fs"));var fe=!1;function Bp(t){let e=me.default.join(t,"package.json"),s=me.default.join(t,"manifest.json");if(!lt.default.existsSync(e))return!1;let r=[".postcssrc",".postcssrc.json",".postcssrc.yaml",".postcssrc.yml",".postcssrc.js",".postcssrc.cjs","postcss.config.js","postcss.config.cjs"],i=require(s).name||"Extension.js";if(lt.default.existsSync(e)){let o=require(e);if(o.dependencies&&o.dependencies.postcss||o.devDependencies&&o.devDependencies.postcss)return fe||(process.env.EXTENSION_ENV==="development"&&console.log(v(i,"PostCSS")),fe=!0),!0}for(let o of r)if(lt.default.existsSync(me.default.join(t,o)))return fe||(process.env.EXTENSION_ENV==="development"&&console.log(v(i,"PostCSS")),fe=!0),!0;return at(t)?(fe||(process.env.EXTENSION_ENV==="development"&&console.log(v(i,"PostCSS")),fe=!0),!0):!1}async function Rn(t,e){if(!Bp(t))return{};try{require.resolve("postcss-loader")}catch{let r=require(me.default.join(t,"package.json")).name;!$e(t)&&!Ce(t)&&await j(r,"PostCSS",["postcss","postcss-loader","postcss-scss","postcss-flexbugs-fixes","postcss-preset-env","postcss-normalize"]),console.log(C(r,"PostCSS")),process.exit(0)}return{loader:require.resolve("postcss-loader"),options:{postcssOptions:{parser:require.resolve("postcss-scss"),ident:"postcss",config:me.default.resolve(t,"postcss.config.js"),plugins:[require.resolve("postcss-flexbugs-fixes"),[require.resolve("postcss-preset-env"),{autoprefixer:{flexbox:"no-2009"},stage:3}].filter(Boolean),require.resolve("postcss-normalize")].filter(Boolean)},sourceMap:e.mode==="development"}}}var ft=a(require("path")),Tn=a(require("fs"));var Nn=!1;function Fe(t){let e=ft.default.join(t,"package.json"),s=ft.default.join(t,"manifest.json");if(!Tn.default.existsSync(e))return!1;let r=require(e),n=r.devDependencies&&r.devDependencies.vue,i=r.dependencies&&r.dependencies.vue;if((n||i)&&!Nn){let c=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&console.log(v(c,"Vue")),Nn=!0}return!!n||!!i}async function qn(t){if(!Fe(t))return;try{require.resolve("vue-loader")}catch{let n=["typescript"],o=require(ft.default.join(t,"manifest.json")).name||"Extension.js";await j(o,"TypeScript",n),await j(o,"Vue",["vue-loader","vue-template-compiler","vue-style-loader"]),console.log(C(o,"Vue")),process.exit(0)}let e=[{test:/\.vue$/,loader:require.resolve("vue-loader"),include:t,exclude:/node_modules/}];return{plugins:[new(require("vue-loader")).VueLoaderPlugin],loaders:e,alias:void 0}}async function O(t,e){let s=Un.default.loader,r=[e.useMiniCssExtractPlugin?s:Fe(t)?require.resolve("vue-style-loader"):require.resolve("style-loader"),{loader:require.resolve("css-loader"),options:{sourceMap:e.mode==="development"}}].filter(Boolean);if(at(t)||$e(t)||Ce(t)){let n=await Rn(t,e);n.loader&&r.push(n)}return e.loader&&r.push({loader:require.resolve("resolve-url-loader"),options:{sourceMap:e.mode==="development",root:t}},{loader:require.resolve(e.loader),options:{sourceMap:e.mode==="development"}}),r.filter(Boolean)}var M=a(require("path")),R=a(require("fs"));function Jp(t){let e=M.default.join(t,"stylelint.config.json"),s=M.default.join(t,".stylelintrc.js file"),r=M.default.join(t,"stylelint.config.mjs"),n=M.default.join(t,".stylelintrc.mjs"),i=M.default.join(t,"stylelint.config.cjs"),o=M.default.join(t,".stylelintrc.cjs"),c=M.default.join(t,".stylelintrc.json"),p=M.default.join(t,".stylelintrc"),l=M.default.join(t,".stylelintrc.yml"),m=M.default.join(t,".stylelintrc.yaml");if(R.default.existsSync(e))return e;if(R.default.existsSync(s))return s;if(R.default.existsSync(r))return r;if(R.default.existsSync(n))return n;if(R.default.existsSync(i))return i;if(R.default.existsSync(o))return o;if(R.default.existsSync(c))return c;if(R.default.existsSync(p))return p;if(R.default.existsSync(l))return l;if(R.default.existsSync(m))return m}var Wn=!1;function zp(t){let e=M.default.join(t,"package.json"),s=M.default.join(t,"manifest.json");if(!R.default.existsSync(e))return!1;let n=!!Jp(t);if(n&&!Wn){let o=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&console.log(v(o,"Stylelint")),Wn=!0}return n}async function Bn(t){return zp(t),[]}var mt=class t{static name="plugin-css";manifestPath;mode;constructor(e){this.manifestPath=e.manifestPath,this.mode=e.mode}async configureOptions(e){let s=Jn.default.dirname(this.manifestPath),r=[new zn.default];r.forEach(p=>p.apply(e));let n=await Bn(s);r.push(...n);let i=[{test:/\.css$/,exclude:/\.module\.css$/,oneOf:[{resourceQuery:/is_content_css_import=true/,use:await O(s,{mode:this.mode,useMiniCssExtractPlugin:!1})},{use:await O(s,{mode:this.mode,useMiniCssExtractPlugin:this.mode==="production"})}]},{test:/\.module\.css$/,oneOf:[{resourceQuery:/is_content_css_import=true/,use:await O(s,{mode:this.mode,useMiniCssExtractPlugin:!1})},{use:await O(s,{mode:this.mode,useMiniCssExtractPlugin:this.mode==="production"})}]}];e.options.plugins=[...e.options.plugins,...r].filter(Boolean);let o=await In(s,this.mode),c=await An(s,this.mode);i.push(...o),i.push(...c),e.options.module.rules=[...e.options.module.rules,...i].filter(Boolean)}async apply(e){if(this.mode==="production"){e.hooks.beforeRun.tapPromise(t.name,async()=>await this.configureOptions(e));return}await this.configureOptions(e)}};var ut=class{static name="plugin-css";manifestPath;mode;constructor(e){this.manifestPath=e.manifestPath,this.mode=e.mode}async apply(e){let s={test:/\.svg$/i,type:"asset/resource",generator:{filename:"assets/[name][ext]"},parser:{dataUrlCondition:{maxSize:2048}}},n=[...e.options.module.rules.some(i=>i&&i.test instanceof RegExp&&i.test.test(".svg")&&i.use!==void 0)?[]:[s],{test:/\.(png|jpg|jpeg|gif|webp|avif|ico|bmp)$/i,type:"asset/resource",generator:{filename:"assets/[name][ext]"},parser:{dataUrlCondition:{maxSize:2*1024}}},{test:/\.(woff|woff2|eot|ttf|otf)$/i,type:"asset/resource",generator:{filename:"assets/[name][ext]"}},{test:/\.(txt|md|csv|tsv|xml|pdf|docx|doc|xls|xlsx|ppt|pptx|zip|gz|gzip|tgz)$/i,type:"asset/resource",generator:{filename:"assets/[name][ext]"},parser:{dataUrlCondition:{maxSize:2*1024}}},{test:/\.(csv|tsv)$/i,use:[require.resolve("csv-loader")],generator:{filename:"assets/[name][ext]"}}];e.options.module.rules=[...e.options.module.rules,...n].filter(Boolean)}};var Ys=a(require("path"));var dt=a(require("path")),Zs=a(require("fs"));var Hn=!1,Hp=[".babelrc",".babelrc.json",".babelrc.js",".babelrc.cjs","babel.config.json","babel.config.js","babel.config.cjs"];function Vp(t){let e=dt.default.join(t,"package.json"),s=dt.default.join(t,"manifest.json");if(!Zs.default.existsSync(e))return!1;let r=require(e),n=r.devDependencies&&r.devDependencies["babel-core"],i=r.dependencies&&r.dependencies["babel-core"],o=Hp.some(c=>Zs.default.existsSync(dt.default.join(t,c)))||!!n||!!i;if(o&&!Hn){let p=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&process.env.EXTENSION_ENV==="development"&&console.log(v(p,"Babel")),Hn=!0}return o}async function Vn(t,e){Vp(e)}var gt=a(require("path")),Xn=a(require("fs"));var Gn=!1;function ue(t){let e=gt.default.join(t,"package.json"),s=gt.default.join(t,"manifest.json");if(!Xn.default.existsSync(e))return!1;let r=require(e),n=r.devDependencies&&r.devDependencies.preact,i=r.dependencies&&r.dependencies.preact;if((n||i)&&!Gn){let c=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&console.log(v(c,"Preact")),Gn=!0}return!!n||!!i}async function Zn(t){if(!ue(t))return;try{require.resolve("@prefresh/webpack")}catch{let r=["@prefresh/webpack"],i=require(gt.default.join(t,"manifest.json")).name||"Extension.js";await j(i,"Preact",r),console.log(C(i,"Preact")),process.exit(0)}return{plugins:[new(require("@prefresh/webpack"))],loaders:void 0,alias:{react:"preact/compat","react-dom/test-utils":"preact/test-utils","react-dom":"preact/compat","react/jsx-runtime":"preact/jsx-runtime"}}}var ht=a(require("path")),Kn=a(require("fs"));var Yn=!1;function de(t){let e=ht.default.join(t,"package.json"),s=ht.default.join(t,"manifest.json");if(!Kn.default.existsSync(e))return!1;let r=require(e),n=r.devDependencies&&r.devDependencies.react,i=r.dependencies&&r.dependencies.react;if((n||i)&&!Yn){let c=require(s).name||"Extension.js";process.env.EXTENSION_ENV==="development"&&console.log(v(c,"React")),Yn=!0}return!!n||!!i}async function Qn(t){if(!de(t))return;try{require.resolve("@pmmmwh/react-refresh-webpack-plugin")}catch{let r=["react-refresh","@pmmmwh/react-refresh-webpack-plugin","react-refresh-typescript"],i=require(ht.default.join(t,"manifest.json")).name||"Extension.js";await j(i,"React",r),console.log(C(i,"React")),process.exit(0)}return{plugins:[new(require("@pmmmwh/react-refresh-webpack-plugin"))({overlay:!1})],loaders:void 0,alias:void 0}}var De=a(require("path")),yt=a(require("fs"));var ei=!1;function G(t){let e=De.default.join(t,"package.json");if(!yt.default.existsSync(e))return!1;let s=Xp(t),r=require(e),n=require(De.default.join(t,"manifest.json")),i=n.name||"Extension.js",o=r.devDependencies&&r.devDependencies.typescript,c=r.dependencies&&r.dependencies.typescript;return ei||((o||c)&&(s?process.env.EXTENSION_ENV==="development"&&console.log(v(i,"TypeScript")):(console.log(dn(n)),Zp(t))),ei=!0),!!s&&!!(o||c)}function Gp(t,e){return{compilerOptions:{allowJs:!0,allowSyntheticDefaultImports:!0,esModuleInterop:!0,forceConsistentCasingInFileNames:!0,jsx:ot(t)?"react-jsx":"preserve",lib:["dom","dom.iterable","esnext"],moduleResolution:"node",module:"esnext",resolveJsonModule:!0,strict:!0,target:"esnext",isolatedModules:!1,skipLibCheck:!0},exclude:["node_modules","dist"]}}function Xp(t){let e=De.default.join(t,"tsconfig.json");if(yt.default.existsSync(e))return e}function Zp(t){yt.default.writeFileSync(De.default.join(t,"tsconfig.json"),JSON.stringify(Gp(t,{mode:"development"}),null,2))}var bt=class t{static name="plugin-js-frameworks";manifestPath;mode;constructor(e){this.manifestPath=e.manifestPath,this.mode=e.mode}async configureOptions(e){let s=Ys.default.dirname(this.manifestPath),r=await Vn(e,s),n=await Qn(s),i=await Zn(s),o=await qn(s);e.options.resolve.alias={...r?.alias||{},...n?.alias||{},...i?.alias||{},...o?.alias||{},...e.options.resolve.alias},e.options.module.rules=[{test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[Ys.default.dirname(this.manifestPath)],exclude:/node_modules/,use:{loader:require.resolve("swc-loader"),options:{sync:!0,module:{type:"es6"},minify:this.mode==="production",isModule:!0,jsc:{target:"es2016",parser:{syntax:G(s)?"typescript":"ecmascript",tsx:G(s)&&(de(s)||ue(s)),jsx:!G(s)&&(de(s)||ue(s)),dynamicImport:!0},transform:{react:{development:this.mode==="development",refresh:this.mode==="development",runtime:"automatic",importSource:"react"}}}}}},...r?.loaders||[],...n?.loaders||[],...i?.loaders||[],...o?.loaders||[],...e.options.module.rules].filter(Boolean),n?.plugins?.forEach(c=>c.apply(e)),i?.plugins?.forEach(c=>c.apply(e)),o?.plugins?.forEach(c=>c.apply(e))}async apply(e){if(this.mode==="production"){e.hooks.beforeRun.tapPromise(t.name,async()=>await this.configureOptions(e));return}await this.configureOptions(e)}};var Ue=a(require("path"));var qi=a(require("path"));var ti=a(require("path"));function si(t,e){if(!e||!e.action||!e.action.default_popup)return;let s=e.action.default_popup;return ti.default.join(t,s)}var ri=a(require("path"));function ni(t,e){if(!e||!e.browser_action||!e.browser_action.default_popup)return;let s=e.browser_action.default_popup;return ri.default.join(t,s)}var wt=a(require("path"));function ii(t,e){let s={newtab:void 0};if(!e||!e.chrome_url_overrides)return{"chrome_url_overrides/newtab":void 0};if(e.chrome_url_overrides.history){let r=e.chrome_url_overrides.history;s={"chrome_url_overrides/history":wt.default.join(t,r)}}if(e.chrome_url_overrides.newtab){let r=e.chrome_url_overrides.newtab;s={"chrome_url_overrides/newtab":wt.default.join(t,r)}}if(e.chrome_url_overrides.bookmarks){let r=e.chrome_url_overrides.bookmarks;s={"chrome_url_overrides/bookmarks":wt.default.join(t,r)}}return s}var oi=a(require("path"));function ai(t,e){if(!e||!e.devtools_page)return;let s=e.devtools_page;return oi.default.join(t,s)}var Ks=a(require("path"));function ci(t,e){if(e.options_page){let r=e.options_page;return Ks.default.join(t,r)}if(!e||!e.options_ui||!e.options_ui.page)return;let s=e.options_ui.page;return Ks.default.join(t,s)}var pi=a(require("path"));function li(t,e){if(!e||!e.page_action||!e.page_action.default_popup)return;let s=e.page_action.default_popup;return pi.default.join(t,s)}var fi=a(require("path"));function mi(t,e){if(!e||!e.sandbox||!e.sandbox.pages)return{"sandbox/page-0":void 0};let s=e.sandbox.pages,r={};for(let[n,i]of s.entries())r[`sandbox/page-${n}`]=fi.default.join(t,i);return r}var ui=a(require("path"));function di(t,e){if(!e||!e.side_panel||!e.side_panel.default_path)return;let s=e.side_panel.default_path;return ui.default.join(t,s)}var gi=a(require("path"));function hi(t,e){if(!e||!e.sidebar_action||!e.sidebar_action.default_panel)return;let s=e.sidebar_action.default_panel;return gi.default.join(t,s)}function Le(t,e){return{"action/default_popup":si(t,e),"browser_action/default_popup":ni(t,e),...ii(t,e),devtools_page:ai(t,e),"options_ui/page":ci(t,e),"page_action/default_popup":li(t,e),...mi(t,e),"side_panel/default_path":di(t,e),"sidebar_action/default_panel":hi(t,e)}}var Qs=a(require("path"));function yi(t,e){if(!e||!e.action||!e.action.default_icon)return;if(typeof e.action.default_icon=="string")return Qs.default.join(t,e.action.default_icon);let s=[];for(let r in e.action.default_icon)s.push(Qs.default.join(t,e.action.default_icon[r]));return s}var er=a(require("path"));function bi(t,e){if(!e||!e.browser_action||!e.browser_action.default_icon)return;let s=[];if(typeof e.browser_action.default_icon=="string")return er.default.join(t,e.browser_action.default_icon);for(let r in e.browser_action.default_icon){let n=e.browser_action.default_icon[r]=er.default.join(t,e.browser_action.default_icon[r]);s.push(n)}return s}var tr=a(require("path"));function wi(t,e){if(!(!e||!e.browser_action||!e.browser_action.theme_icons)){for(let s of e.browser_action.theme_icons)s.light&&(s.light=tr.default.join(t,s.light)),s.dark&&(s.dark=tr.default.join(t,s.dark)),s.size&&delete s.size;return e.browser_action.theme_icons}}var xi=a(require("path"));function vi(t,e){if(!e||!e.icons)return;let s=[];for(let r in e.icons){let n=xi.default.join(t,e.icons[r]);s.push(n)}return s}var sr=a(require("path"));function _i(t,e){if(!e||!e.page_action||!e.page_action.default_icon)return;if(typeof e.page_action.default_icon=="string")return sr.default.join(t,e.page_action.default_icon);let s=[];for(let r in e.page_action.default_icon){let n=sr.default.join(t,e.page_action.default_icon[r]);s.push(n)}return s}var Si=a(require("path"));function Pi(t,e){return!e||!e.sidebar_action||!e.sidebar_action.default_icon?void 0:Si.default.join(t,e.sidebar_action.default_icon)}function ki(t,e){return{action:yi(t,e),browser_action:bi(t,e),"browser_action/theme_icons":wi(t,e),icons:vi(t,e),page_action:_i(t,e),sidebar_action:Pi(t,e)}}var Ei=a(require("path"));function ji(t,e){let s={};return!e||!e.declarative_net_request||!e.declarative_net_request.rule_resources?{"declarative_net_request/rule_resources-0":void 0}:(e.declarative_net_request.rule_resources.forEach(n=>{s[`declarative_net_request/${n.id}`]=Ei.default.join(t,n.path)}),s)}var $i=a(require("path"));function Ci(t,e){if(!e||!e.storage||!e.storage.managed_schema)return;let s=e.storage.managed_schema;return $i.default.join(t,s)}function Fi(t,e){return{...ji(t,e),"storage/managed_schema":Ci(t,e)}}var Ie=a(require("path")),xt=a(require("fs"));function Di(t,e){let s=Ie.default.join(Ie.default.dirname(e),"_locales"),r=[];if(xt.default.existsSync(s))for(let n of xt.default.readdirSync(s)){let i=Ie.default.join(s,n);for(let o of xt.default.readdirSync(i))r.push(Ie.default.join(t,"_locales",n,o))}return r}var Li=a(require("path"));function Ii(t,e){if(!e||!e.background)return;let s=e.background.scripts;if(s)return s.map(r=>Li.default.join(t,r))}var Oi=a(require("path"));function Mi(t,e){if(!e||!e.background)return;let s=e.background.service_worker;if(s)return Oi.default.join(t,s)}var rr=a(require("path"));function Ai(t,e){if(!e||!e.content_scripts)return{"content_scripts/content-0":void 0};let s=i=>{if(i.js?.length!==0)return i.js?.map(o=>rr.default.join(t,o))},r=i=>{if(i.css?.length!==0)return i.css?.map(o=>rr.default.join(t,o))},n={};for(let[i,o]of e.content_scripts.entries()){let c=s(o),p=r(o);n[`content_scripts/content-${i}`]=[...(c||[]).filter(l=>l!=null),...(p||[]).filter(l=>l!=null)]}return n}var Ri=a(require("path"));function Ni(t,e){if(!e||!e.user_scripts||!e.user_scripts.api_script)return;let s=e.user_scripts.api_script;return Ri.default.join(t,s)}function Oe(t,e){return{"background/scripts":Ii(t,e),"background/service_worker":Mi(t,e),...Ai(t,e),"user_scripts/api_script":Ni(t,e)}}function Ti(t){if(!(!t||!t.web_accessible_resources||!t.web_accessible_resources.length))return t.web_accessible_resources}function ge({manifestPath:t,browser:e}){let s=qi.default.dirname(t),r=require(t),n=pe(r,e||"chrome");return{html:Le(s,n),icons:ki(s,n),json:Fi(s,n),locales:Di(s,t),scripts:Oe(s,n),web_accessible_resources:Ti(n)}}var he=a(require("path"));var vt=a(require("fs")),Me=a(require("path"));function _t(t,e){if(!vt.default.existsSync(t)||!vt.default.statSync(t).isDirectory())return[];let s=[];function r(n){let i=vt.default.readdirSync(n,{withFileTypes:!0});for(let o of i){let c=Me.default.join(n,o.name);o.isDirectory()?r(c):o.isFile()&&e(o.name)&&s.push(c)}}return r(t),s}function St(t,e,s=""){return!e||!e.length?{}:e.reduce((r,n)=>{let i=Me.default.extname(n),o=Me.default.basename(n,i),c=s?`${s}/${o}`:Me.default.relative(t,n);return{...r,[c]:n}},{})}function Ui({manifestPath:t}){let e=he.default.dirname(t),s={public:he.default.join(e,"public"),pages:he.default.join(e,"pages"),scripts:he.default.join(e,"scripts")},r={public:_t(s.public,()=>!0),pages:_t(s.pages,i=>i.endsWith(".html")),scripts:_t(s.scripts,i=>[".js",".mjs",".jsx",".mjsx",".ts",".mts",".tsx",".mtsx"].includes(he.default.extname(i)))};return{public:St(e,r.public),pages:St(e,r.pages,"pages"),scripts:St(e,r.scripts,"scripts")}}var Pt=a(require("path")),Wi=a(require("webpack")),kt=class{manifestPath;includeList;excludeList;loaderOptions;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList,this.loaderOptions=e.loaderOptions}apply(e){new Wi.default.ProvidePlugin({r:[Pt.default.resolve(__dirname,"./resolver-module.js"),"default"]}).apply(e),e.options.module?.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,loader:require.resolve(Pt.default.resolve(__dirname,"./resolver-loader.js")),include:[Pt.default.dirname(this.manifestPath)],exclude:/node_modules/,options:{manifestPath:this.manifestPath,includeList:this.includeList,jsx:this.loaderOptions?this.loaderOptions.jsx:!1,typescript:this.loaderOptions?this.loaderOptions.typescript:!1,minify:this.loaderOptions?this.loaderOptions.minify:!1}})}};var Bi=a(require("fs")),jt=a(require("webpack")),Ji=require("webpack");var Et=class{manifestPath;constructor(e){this.manifestPath=e.manifestPath}apply(e){e.hooks.compilation.tap("manifest:emit-manifest",s=>{s.hooks.processAssets.tap({name:"manifest:emit-manifest",stage:jt.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{let r=this.manifestPath,n;try{let c=Bi.default.readFileSync(r,"utf-8");n=JSON.parse(c)}catch(c){let l=require(this.manifestPath).name||"Extension.js";s.errors.push(new jt.default.WebpackError(fn(l,c)));return}let i=JSON.stringify(n,null,2);s.emitAsset("manifest.json",new Ji.sources.RawSource(i))})})}};var Dt=require("webpack");function zi(t,e){return t.background&&t.background.scripts&&{background:{...t.background,...t.background.scripts&&{scripts:[...t.background.scripts.map(s=>h("background/scripts.js",s,e))]}}}}var Hi=a(require("path"));var $t=t=>Hi.default.basename(t);function Vi(t,e){return t.browser_action&&{browser_action:{...t.browser_action,...t.browser_action.default_popup&&{default_popup:h("browser_action/default_popup.html",t.browser_action.default_popup,e)},...t.browser_action.default_icon&&{default_icon:typeof t.browser_action.default_icon=="string"?h(`icons/${$t(t.browser_action.default_icon)}`,t.browser_action.default_icon,e):Object.fromEntries(Object.entries(t.browser_action.default_icon).map(([s,r])=>[s,h(`icons/${$t(r)}`,r,e)]))},...t.browser_action.theme_icons&&{theme_icons:t.browser_action.theme_icons.map(s=>({...s,...s.light&&{light:h(`browser_action/${$t(s.light)}`,s.light,e)},...s.dark&&{dark:h(`browser_action/${$t(s.dark)}`,s.dark,e)}}))}}}}function Gi(t,e){return t.declarative_net_request&&{declarative_net_request:{...t.declarative_net_request,rule_resources:t.declarative_net_request.rule_resources.map(s=>({...s,path:s.path&&h(`declarative_net_request/${s.id}.json`,s.path,e)}))}}}function Xi(t,e){return{...zi(t,e),...Vi(t,e),...Gi(t,e)}}var Yi=a(require("path"));var Zi=t=>Yi.default.basename(t);function Ki(t,e){return t.action&&{action:{...t.action,...t.action.default_popup&&{default_popup:h("action/default_popup.html",t.action.default_popup,e)},...t.action.default_icon&&{default_icon:typeof t.action.default_icon=="string"?h(`action/${Zi(t.action.default_icon)}`,t.action.default_icon,e):Object.fromEntries(Object.entries(t.action.default_icon).map(([s,r])=>[s,h(`action/${Zi(r)}`,r,e)]))}}}}function Qi(t,e){return t.background&&t.background.service_worker&&{background:{...t.background,...t.background.service_worker&&{service_worker:h("background/service_worker.js",t.background.service_worker,e)}}}}function Ct(t,e){return t.side_panel&&{side_panel:{...t.side_panel.default_path&&{default_path:h("side_panel/default_path.html",t.side_panel.default_path,e)}}}}function eo(t,e){return{...Ki(t,e),...Qi(t,e),...Ct(t,e)}}function to(t,e){return t.background&&t.background.page&&{background:{...t.background,...t.background.page&&{page:h("background/page.html",t.background.page,e)}}}}function so(t,e){return t.chrome_url_overrides&&{chrome_url_overrides:{...t.chrome_url_overrides.bookmarks&&{bookmarks:h("chrome_url_overrides/bookmarks.html",t.chrome_url_overrides.bookmarks,e)},...t.chrome_url_overrides.history&&{history:h("chrome_url_overrides/history.html",t.chrome_url_overrides.history,e)},...t.chrome_url_overrides.newtab&&{newtab:h("chrome_url_overrides/newtab.html",t.chrome_url_overrides.newtab,e)}}}}function ro(t,e){return t.content_scripts&&{content_scripts:t.content_scripts.map((s,r)=>{let n=[...new Set(s.js)],i=[...new Set(s.css)];return{...s,js:[...n.map(o=>h(`content_scripts/content-${r}.js`,o,e))],css:[...i.map(o=>h(`content_scripts/content-${r}.css`,o,e))]}})}}function no(t,e){return t.devtools_page&&{devtools_page:h("devtools_page.html",t.devtools_page,e)}}var io=a(require("path"));var Yp=t=>io.default.basename(t);function oo(t,e){return t.icons&&{icons:Object.fromEntries(Object.entries(t.icons).map(([s,r])=>[s,h(`icons/${Yp(r)}`,r,e)]))}}function ao(t,e){return t.options_page&&{options_page:h("options_ui/page.html",t.options_page,e)}}function co(t,e){return t.options_ui&&{options_ui:{...t.options_ui,...t.options_ui.page&&{page:h("options_ui/page.html",t.options_ui.page,e)}}}}var lo=a(require("path"));var po=t=>lo.default.basename(t);function fo(t,e){return t.page_action&&{page_action:{...t.page_action,...t.page_action.default_popup&&{default_popup:h("page_action/default_popup.html",t.page_action.default_popup,e)},...t.page_action.default_icon&&{default_icon:typeof t.page_action.default_icon=="string"?h(`icons/${po(t.page_action.default_icon)}`,t.page_action.default_icon,e):Object.fromEntries(Object.entries(t.page_action.default_icon).map(([s,r])=>[s,h(`icons/${po(r)}`,r,e)]))}}}}function mo(t,e){return t.sandbox&&{sandbox:{...t.sandbox,...t.sandbox.pages&&{pages:t.sandbox.pages.map((s,r)=>h(`sandbox/page-${r}.html`,s,e))}}}}var uo=a(require("path"));var Kp=t=>uo.default.basename(t);function go(t,e){return t.sidebar_action&&{sidebar_action:{...t.sidebar_action,...t.sidebar_action.default_panel&&{default_panel:h("sidebar_action/default_panel.html",t.sidebar_action.default_panel,e)},...t.sidebar_action.default_icon&&{default_icon:h(`icons/${Kp(t.sidebar_action.default_icon)}`,t.sidebar_action.default_icon,e)}}}}function ho(t,e){return t.storage&&{storage:{...t.storage.managed_schema&&{managed_schema:h("storage/managed_schema.json",t.storage.managed_schema,e)}}}}var yo=a(require("path"));var Qp=t=>yo.default.basename(t);function bo(t,e){return t.theme&&{theme:{...t.theme,...t.theme.images&&{images:{...t.theme.images,theme_frame:h(`theme/images/${Qp(t.theme.images.theme_frame)}`,t.theme.images.theme_frame,e)}}}}}function wo(t,e){return t.user_scripts&&{user_scripts:{...t.user_scripts,...t.user_scripts.api_script&&{api_script:h("user_scripts/api_script.js",t.user_scripts.api_script,e)}}}}function xo(t){return t.web_accessible_resources&&t.web_accessible_resources.length&&{web_accessible_resources:t.web_accessible_resources}}function vo(t,e){return{...to(t,e),...so(t,e),...ro(t,e),...no(t,e),...oo(t,e),...ao(t,e),...co(t,e),...fo(t,e),...mo(t,e),...Ct(t,e),...go(t,e),...ho(t,e),...bo(t,e),...wo(t,e),...xo(t)}}function _o(t,e,s){let r=e||require(t);return JSON.stringify({...r,...vo(r,s),...Xi(r,s),...eo(r,s)},null,2)}var Ft=class{manifestPath;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.excludeList=e.excludeList}applyDevOverrides(e){return e.content_scripts?e.content_scripts.map((s,r)=>(s.css.length&&!s.js.length&&(s.js=[h(`content_scripts-${r}`,"dev.js",{})]),s)):{}}apply(e){e.hooks.thisCompilation.tap("manifest:update-manifest",s=>{s.hooks.processAssets.tap({name:"manifest:update-manifest",stage:Dt.Compilation.PROCESS_ASSETS_STAGE_SUMMARIZE},()=>{if(s.errors.length>0)return;let r=V(s,this.manifestPath),n=_o(this.manifestPath,r,this.excludeList||{}),i={...r,...JSON.parse(n)};e.options.mode!=="production"&&i.content_scripts&&(i.content_scripts=this.applyDevOverrides(i));let o=JSON.stringify(i,null,2),c=new Dt.sources.RawSource(o);s.updateAsset("manifest.json",c)})})}};var So=a(require("fs")),Lt=class{dependencyList;constructor(e){this.dependencyList=e}apply(e){e.hooks.afterCompile.tap("ManifestPlugin (AddDependenciesPlugin)",s=>{if(s.errors?.length)return;let r=new Set(s.fileDependencies);this.dependencyList&&this.dependencyList.forEach(n=>{So.default.existsSync(n)&&(r.has(n)||(r.add(n),s.fileDependencies.add(n)))})})}};var Po=a(require("fs")),ko=a(require("path")),Ot=a(require("webpack"));var It=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}extractPaths(e){let s=Array.isArray(e)?e:[e];if(typeof s[0]=="string")return s;let r=[];if(typeof e=="object"&&!Array.isArray(e)){let n=e;n.light&&r.push(n.light),n.dark&&r.push(n.dark)}return r}handleErrors(e,s){let r=[".png",".jpg",".jpeg",".svg",".gif",".webp"],n=[".json"],i=[".js",".ts",".jsx",".tsx",".mjs",".cjs"],o=".html",c=Object.entries(this.includeList||{});for(let[p,l]of c)if(l){let m=this.extractPaths(l);for(let d of m){let g=ko.default.extname(d),E=require(this.manifestPath).name||"Extension.js";if(!Po.default.existsSync(d)){let P=oe(E,p,d);r.includes(g)?e.errors.push(new s(P)):n.includes(g)?e.errors.push(new s(P)):i.includes(g)?e.errors.push(new s(P)):g===o?e.errors.push(new s(P)):e.errors.push(new s(P))}}}}apply(e){e.hooks.compilation.tap("manifest:check-manifest-files",s=>{s.hooks.processAssets.tap({name:"compatibility:check-manifest-files",stage:Ot.Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COUNT},()=>{let r=Ot.default.WebpackError;this.handleErrors(s,r)})})}};var Eo=a(require("fs")),At=a(require("webpack"));var Mt=class{manifestPath;browser;includeList;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.includeList=e.includeList}flattenAndSort(e){return e.flat(1/0).sort()}apply(e){e.hooks.watchRun.tapAsync("manifest:throw-if-recompile-is-needed",(s,r)=>{if((s.modifiedFiles||new Set).has(this.manifestPath)){let i=s.options.context||"",o=`${i}/package.json`;if(!Eo.default.existsSync(o)){r();return}let c=require(this.manifestPath),p=pe(c,this.browser),l=this.flattenAndSort(Object.values(Le(i,p))),m=this.flattenAndSort(Object.values(Oe(i,p)));s.hooks.thisCompilation.tap("manifest:throw-if-recompile-is-needed",d=>{d.hooks.processAssets.tap({name:"manifest:check-manifest-files",stage:At.Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_COMPATIBILITY},()=>{let y=d.getAsset("manifest.json")?.source.source().toString(),E=JSON.parse(y||"{}"),P=this.flattenAndSort(Object.values(Le(i,E))),q=this.flattenAndSort(Object.values(Oe(i,E)));if(m.toString()!==q.toString()||l.toString()!==P.toString()){let U=l.filter(W=>!P.includes(W))[0],z=P.filter(W=>!l.includes(W))[0],ke=mn(z,U);d.errors.push(new At.default.WebpackError(ke))}})})}r()})}};var Rt=class{manifestPath;browser;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){new Et({manifestPath:this.manifestPath}).apply(e),new It({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new Ft({manifestPath:this.manifestPath,excludeList:this.excludeList}).apply(e),new Lt([this.manifestPath]).apply(e),new Mt({manifestPath:this.manifestPath,browser:this.browser,includeList:this.includeList}).apply(e)}};var cr=a(require("path"));var ir=a(require("fs")),qt=a(require("webpack")),Do=require("webpack");var jo=a(require("fs")),be=a(require("path")),$o=a(require("parse5-utils"));var ye=a(require("parse5-utils"));function Nt(t){try{return new URL(t),!0}catch{return!1}}function Ae(t,e){let{childNodes:s=[]}=t;for(let r of s)if(r.nodeName==="script"){let n=ye.default.getAttribute(r,"src");if(!n||Nt(n))continue;e({filePath:n,childNode:r,assetType:"script"})}else if(r.nodeName==="link"){let n=ye.default.getAttribute(r,"href"),i=ye.default.getAttribute(r,"rel");if(!n||Nt(n))continue;e(i==="dns-prefetch"||i==="icon"||i==="manifest"||i==="modulepreload"||i==="preconnect"||i==="prefetch"||i==="preload"||i==="prerender"?{filePath:n,childNode:r,assetType:"staticHref"}:{filePath:n,childNode:r,assetType:"css"})}else if(r.nodeName==="a"||r.nodeName==="area"){let n=ye.default.getAttribute(r,"href");if(!n||Nt(n))continue;e({filePath:n,childNode:r,assetType:"staticHref"})}else if(r.nodeName==="audio"||r.nodeName==="embed"||r.nodeName==="iframe"||r.nodeName==="img"||r.nodeName==="input"||r.nodeName==="source"||r.nodeName==="track"||r.nodeName==="video"){let n=ye.default.getAttribute(r,"src");if(!n||Nt(n))continue;e({filePath:n,childNode:r,assetType:"staticSrc"})}else Ae(r,e)}function $(t,e){let s={css:[],js:[],static:[]};if(!t)return s;let r=e||jo.default.readFileSync(t,{encoding:"utf8"}),n=$o.default.parse(r),i=(o,c)=>be.default.join(be.default.dirname(o),c.startsWith("/")?be.default.relative(be.default.dirname(o),c):c);for(let o of n.childNodes)if(o.nodeName==="html"){for(let c of o.childNodes)(c.nodeName==="head"||c.nodeName==="body")&&Ae(c,({filePath:p,assetType:l})=>{let m=i(t,p);switch(l){case"script":s.js?.push(m);break;case"css":s.css?.push(m);break;case"staticSrc":case"staticHref":if(p.startsWith("#"))break;s.static?.push(m);break;default:break}});return{css:s.css,js:s.js,static:s.static}}}function Co(t,e,s){let r=Object.keys(t).find(i=>{let o=t[i];return t[i]===e||$(o)?.js?.includes(e)||$(o)?.css?.includes(e)})||"",n=nr(e);return r?`/${r.replace(n,"")}${s}`:`${e.replace(n,"")}${s}`}function nr(t){switch(be.default.extname(t)){case".js":case".mjs":case".ts":case".tsx":return".js";case".css":case".scss":case".sass":case".less":return".css";case".html":return".html";default:return".js"}}function X(t,e,s){return s?`/${t}${e}`:`${t}${e}`}function Fo(t,e){return Object.values(e||{}).some(s=>s===t)}var Tt=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){let r=require(this.manifestPath).name||"Extension.js";e.hooks.thisCompilation.tap("html:emit-html-file",n=>{n.hooks.processAssets.tap({name:"AddAssetsToCompilationPlugin",stage:qt.Compilation.PROCESS_ASSETS_STAGE_ADDITIONAL},()=>{let i=Object.entries(this.includeList||{});for(let o of i){let[c,p]=o;if(p){if(!ir.default.existsSync(p)){let m=oe(r,c,p);n.warnings.push(new qt.default.WebpackError(m));return}let l=ir.default.readFileSync(p,"utf8");if(!S(p,this.excludeList)){let m=new Do.sources.RawSource(l),d=X(c,".html");n.emitAsset(d,m)}}}})})}};var Ut=a(require("fs")),we=a(require("path")),Lo=a(require("webpack")),Re=require("webpack");var Wt=class{manifestPath;includeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList}apply(e){e.hooks.thisCompilation.tap("html:add-assets-to-compilation",s=>{s.hooks.processAssets.tap({name:"html:add-assets-to-compilation",stage:Re.Compilation.PROCESS_ASSETS_STAGE_ADDITIONAL},()=>{if(s.errors.length>0)return;let r=Object.entries(this.includeList||{});for(let n of r){let[i,o]=n,c=i+".html";if(o){let p=s.getAsset(c);if(p){let l=p.source.source().toString(),m=$(o,l)?.static,d=[...new Set(m)];for(let g of d)if(!g.includes("public/")){if(!Ut.default.existsSync(g)&&!Fo(g,this.includeList)&&!we.default.basename(g).startsWith("#")){let U=et(require(this.manifestPath).name,o,g);s.warnings.push(new Lo.default.WebpackError(U));return}let y=Ut.default.readFileSync(g),E=new Re.sources.RawSource(y),P=we.default.join("assets",we.default.basename(g));if(!s.getAsset(P))if(g.endsWith(".html")){let q=$(g),U=[...q?.js||[],...q?.css||[],...q?.static||[]];s.emitAsset(P,E),U.forEach(z=>{let ke=Ut.default.readFileSync(z),W=new Re.sources.RawSource(ke),Br=we.default.join("assets",we.default.basename(z));s.getAsset(Br)||s.emitAsset(Br,W)})}else s.emitAsset(P,E)}}}}})})}};var Io=a(require("path")),or=a(require("fs"));var Bt=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){let s=this.includeList||{};for(let r of Object.entries(s)){let[n,i]=r;if(i){if(!or.default.existsSync(i))return;let o=$(i),c=o?.js||[],p=o?.css||[],l=[...c,...p].filter(m=>!S(m,this.excludeList));if(e.options.mode==="development"){let m=Io.default.resolve(__dirname,"minimum-script-file.mjs");l.push(m)}or.default.existsSync(i)&&(S(i,this.excludeList)||(e.options.entry={...e.options.entry,[n]:{import:l}}))}}}};var zt=require("webpack");var ar=a(require("fs")),Z=a(require("path")),D=a(require("parse5-utils"));function Oo(t,e,s,r,n){let i=ar.default.readFileSync(s,{encoding:"utf8"}),o=D.default.parse(i),c=!!t.getAsset(e+".css"),p=!1;for(let l of o.childNodes)if(l.nodeName==="html"){for(let m of l.childNodes){if((m.nodeName==="head"||m.nodeName==="body")&&Ae(m,({filePath:d,childNode:g,assetType:y})=>{let E=Z.default.dirname(s),P=Z.default.resolve(E,d),q=nr(P),U=S(Z.default.resolve(E,d),n),z=Z.default.join("/",Z.default.normalize(d)),ke=jn(P,r);switch(y){case"script":{U?l=D.default.setAttribute(g,"src",z):(l=D.default.remove(g),p=!0);break}case"css":{U?l=D.default.setAttribute(g,"href",z):(l=D.default.remove(g),c=!0);break}case"staticHref":case"staticSrc":{if(U)l=D.default.setAttribute(g,y==="staticSrc"?"src":"href",z);else if(ke){let W=Co(r,P,q);l=D.default.setAttribute(g,y==="staticSrc"?"src":"href",W)}else{let W=Z.default.join("assets",Z.default.basename(P,q));ar.default.existsSync(P)&&(l=D.default.setAttribute(g,y==="staticSrc"?"src":"href",X(W,"",!0)))}break}default:break}}),m.nodeName==="head"&&c&&t.options.mode==="production"){let d=D.default.createNode("link");d.attrs=[{name:"rel",value:"stylesheet"},{name:"href",value:X(e,".css",!0)}],D.default.append(m,d)}if(m.nodeName==="body"&&(p||t.options.mode!=="production")){let d=D.default.createNode("script");d.attrs=[{name:"src",value:X(e,".js",!0)}],D.default.append(m,d)}}return D.default.serialize(o)}}var Jt=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){e.hooks.thisCompilation.tap("html:update-html-file",s=>{s.hooks.processAssets.tap({name:"html:update-html-file",stage:zt.Compilation.PROCESS_ASSETS_STAGE_DERIVED},()=>{if(s.errors.length>0)return;let r=this.includeList||{};for(let n of Object.entries(r)){let[i,o]=n;if(o){let c=Oo(s,i,o,r,this.excludeList||{});if(!S(o,this.excludeList)&&c){let p=new zt.sources.RawSource(c),l=X(i,".html");s.updateAsset(l,p)}}}})})}};var Mo=a(require("fs")),Ao=require("webpack");var Ht=class{manifestPath;includeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList}apply(e){e.hooks.thisCompilation.tap("html:add-to-file-dependencies",s=>{s.hooks.processAssets.tap({name:"html:add-to-file-dependencies",stage:Ao.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{if(s.errors?.length)return;let r=this.includeList||{};for(let n of Object.entries(r)){let[,i]=n;if(i){let o=$(i),c=new Set(s.fileDependencies);if(Mo.default.existsSync(i)){let p=[i,...o?.static||[]];for(let l of p)c.has(l)||(c.add(l),l===i&&s.fileDependencies.add(l))}}}})})}};var Ro=a(require("fs"));var Vt=class{manifestPath;includeList;initialHtmlAssets={};constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList}hasEntriesChanged(e,s){if(!s||!e||e.length!==s.length)return!0;for(let r=0;r<e.length;r++)if(e[r]!==s[r])return!0;return!1}storeInitialHtmlAssets(e){Object.entries(e).forEach(([s,r])=>{let n=r;if(n){if(!Ro.default.existsSync(n)){let o=require(this.manifestPath).name||"Extension.js";console.error(oe(o,s,n)),process.exit(1)}this.initialHtmlAssets[n]={js:$(n)?.js||[],css:$(n)?.css||[]}}})}apply(e){let s=this.includeList||{};this.storeInitialHtmlAssets(s),e.hooks.make.tapAsync("html:throw-if-recompile-is-needed",(r,n)=>{let i=e.modifiedFiles||new Set,o=Array.from(i)[0];if(o&&this.initialHtmlAssets[o]){let c=$(o)?.js||[],p=$(o)?.css||[],{js:l,css:m}=this.initialHtmlAssets[o];if(this.hasEntriesChanged(p,m)||this.hasEntriesChanged(c,l)){let d=require(this.manifestPath).name;console.log(bn(d,o))}}n()})}};var No=a(require("fs")),To=require("webpack");function tl(t,e,s){let r="Module not found: Error: Can't resolve ",i=s.message.replace(r,"").split("'")[1];if(s.message.includes(r))for(let o of Object.entries(e)){let[,c]=o;if(c){if(!No.default.existsSync(c))return null;let p=$(c),l=p?.js||[],m=p?.css||[];if(l.includes(i)||m.includes(i)){let d=et(require(t).name,c,i);return new To.WebpackError(d)}}}return null}var Gt=class{manifestPath;includeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList}apply(e){e.hooks.compilation.tap("html:handle-common-errors",s=>{s.hooks.afterSeal.tapPromise("html:handle-common-errors",async()=>{s.errors.forEach((r,n)=>{let i=tl(this.manifestPath,this.includeList||{},r);i&&(s.errors[n]=i)})})})}};var Xt=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){new Tt({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new Wt({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new Bt({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new Jt({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),e.options.module.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[cr.default.dirname(this.manifestPath)],exclude:/node_modules/,use:[{loader:require.resolve(cr.default.join(__dirname,"ensure-hmr-for-scripts.js")),options:{manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}}]}),new Ht({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new Vt({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new Gt({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e)}};var se=a(require("path"));var pr=a(require("fs")),qo=a(require("path"));function Uo(t,e){return(Array.isArray(t)?t||[]:t?[t]:[]).filter(n=>{let i=pr.default.existsSync(n)&&!S(n,e),o=qo.default.extname(n);return i&&(o===".js"||o===".mjs"||o===".jsx"||o===".ts"||o===".tsx")})}function Wo(t,e){return(Array.isArray(t)?t||[]:t?[t]:[]).filter(n=>pr.default.existsSync(n)&&!S(n,e)&&(n.endsWith(".css")||n.endsWith(".scss")||n.endsWith(".sass")||n.endsWith(".less")))}var Zt=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList||{},this.excludeList=e.excludeList||{}}apply(e){let s=this.includeList||{},r={};for(let[n,i]of Object.entries(s)){let o=Uo(i,this.excludeList),c=Wo(i,this.excludeList),p=[...o];e.options.mode==="production"&&p.push(...c),(c.length||o.length)&&(r[n]={import:p})}e.options.entry={...e.options.entry,...r}}};var te=require("webpack"),sl=['var isBrowser = !!(() => { try { return browser.runtime.getURL("/") } catch(e) {} })()','var isChrome = !!(() => { try { return chrome.runtime.getURL("/") } catch(e) {} })()'],rl=[...sl,`var runtime = isBrowser ? browser : isChrome ? chrome : (typeof self === 'object' && self.addEventListener) ? { get runtime() { throw new Error("No chrome or browser runtime found") } } : { runtime: { getURL: x => x } }`],Yt=class t{apply(e){let{RuntimeGlobals:s}=e.webpack;e.hooks.compilation.tap("PublicPathRuntimeModule",r=>{r.hooks.runtimeRequirementInTree.for(s.publicPath).tap(t.name,n=>{let i=nl();return r.addRuntimeModule(n,i),!0})})}};function nl(){class t extends te.RuntimeModule{constructor(){super("publicPath",te.RuntimeModule.STAGE_BASIC)}generate(){let s=this.compilation?.outputOptions.publicPath;return te.Template.asString([...rl,`var path = ${JSON.stringify(this.compilation?.getPath(s||"",{hash:this.compilation.hash||"XXXX"}))}`,`${te.RuntimeGlobals.publicPath} = typeof importScripts === 'function' || !(isBrowser || isChrome) ? path : runtime.runtime.getURL(path);`])}}return new t}var Kt=class{manifestPath;browser;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.includeList=e.includeList||{},this.excludeList=e.excludeList||{}}apply(e){let s=require(this.manifestPath);s.content_scripts?.some(r=>r.world&&r.world.toLowerCase()==="main")&&ee.includes(this.browser)&&!s.key&&(console.error(vn(s.name||"")),process.exit(1))}};var Qt=class{manifestPath;browser;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){new Zt({manifestPath:this.manifestPath,includeList:this.includeList||{},excludeList:this.excludeList||{}}).apply(e),e.options.mode==="development"&&e.options.module.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[se.default.dirname(this.manifestPath)],exclude:/node_modules/,use:[{loader:require.resolve(se.default.join(__dirname,"inject-content-css-during-dev.js")),options:{manifestPath:this.manifestPath,includeList:this.includeList||{},excludeList:this.excludeList||{}}}]}),e.options.mode==="development"&&e.options.module.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[se.default.dirname(this.manifestPath)],exclude:/node_modules/,use:[{loader:require.resolve(se.default.join(__dirname,"add-hmr-accept-code.js")),options:{manifestPath:this.manifestPath,includeList:this.includeList||{},excludeList:this.excludeList||{}}}]}),e.options.mode==="production"&&new Yt().apply(e),new Kt({manifestPath:this.manifestPath,browser:this.browser||"chrome",includeList:this.includeList||{},excludeList:this.excludeList||{}}).apply(e),e.options.mode==="development"&&e.options.module.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[se.default.dirname(this.manifestPath)],exclude:/node_modules/,use:[{loader:se.default.resolve(__dirname,"./add-query-param-to-imported-css.js"),options:{manifestPath:this.manifestPath,includeList:this.includeList||{},excludeList:this.excludeList||{}}}]})}};var fr=a(require("path")),Ne=a(require("fs")),mr=a(require("webpack")),Te=require("webpack");var xe=a(require("path")),es=a(require("fs"));function lr(t){let e=xe.default.join(xe.default.dirname(t),"_locales"),s=[];if(es.default.existsSync(e))for(let r of es.default.readdirSync(e)){let n=xe.default.join(e,r);for(let i of es.default.readdirSync(n))s.push(xe.default.join(xe.default.dirname(t),"_locales",r,i))}return s}var ts=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){e.hooks.thisCompilation.tap("locales:module",s=>{s.hooks.processAssets.tap({name:"locales:module",stage:Te.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{let n=require(this.manifestPath).name||"Extension.js";if(!Ne.default.existsSync(this.manifestPath)){s.errors.push(new mr.default.WebpackError(ln(n,this.manifestPath)));return}if(s.errors.length>0)return;let i=lr(this.manifestPath);for(let o of Object.entries(i||[])){let[c,p]=o,l=p;if(l){if(!Ne.default.existsSync(l)){s.warnings.push(new mr.default.WebpackError(tt(n,c,l)));return}let m=Ne.default.readFileSync(l),d=new Te.sources.RawSource(m),g=e.options.context||fr.default.dirname(this.manifestPath);if(!S(l,this.excludeList)){let y=fr.default.relative(g,l);s.emitAsset(y,d)}}}})}),e.hooks.thisCompilation.tap("locales:module",s=>{s.hooks.processAssets.tap({name:"locales:module",stage:Te.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{if(s.errors?.length)return;let r=lr(this.manifestPath);for(let n of Object.entries(r||[])){let[,i]=n;if(i){let o=new Set(s.fileDependencies),c=r||[];for(let p of c)Ne.default.existsSync(p)&&(o.has(p)||(o.add(p),s.fileDependencies.add(p)))}}})})}};var ss=a(require("fs")),Bo=a(require("webpack")),qe=require("webpack");var rs=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){e.hooks.thisCompilation.tap("json:module",s=>{s.hooks.processAssets.tap({name:"json:module",stage:qe.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{if(s.errors.length>0)return;let r=this.includeList||{};for(let n of Object.entries(r)){let[i,o]=n,c=Array.isArray(o)?o:[o];for(let p of c)if(p&&!S(p,this.excludeList)){if(!ss.default.existsSync(p)){let g=require(this.manifestPath).name||"Extension.js";s.warnings.push(new Bo.default.WebpackError(tt(g,i,p)));return}let l=ss.default.readFileSync(p),m=new qe.sources.RawSource(l);s.emitAsset(i+".json",m)}}})}),e.hooks.thisCompilation.tap("json:module",s=>{s.hooks.processAssets.tap({name:"json:module",stage:qe.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{if(s.errors?.length)return;let r=this.includeList||{};for(let n of Object.entries(r)){let[,i]=n,o=Array.isArray(i)?i:[i];for(let c of o)if(c){let p=new Set(s.fileDependencies);S(c,this.excludeList)||ss.default.existsSync(c)&&(p.has(c)||(p.add(c),s.fileDependencies.add(c)))}}})})}};var ur=a(require("fs")),Jo=a(require("path")),is=require("webpack");var ns=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){e.hooks.thisCompilation.tap("icons:emit-file",s=>{s.hooks.processAssets.tap({name:"icons:emit-file",stage:is.Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE_TRANSFER},()=>{if(s.errors.length>0)return;let r=this.includeList||{};for(let n of Object.entries(r)){let[i,o]=n;if(o===void 0)continue;let c=Array.isArray(o)?typeof o[0]=="string"?o:o.map(Object.values).flat():[o];for(let p of c)if(p){if(!ur.default.existsSync(p))continue;if(!S(p,this.excludeList)){let l=ur.default.readFileSync(p),m=new is.sources.RawSource(l),d=Jo.default.basename(p),y=`${i.endsWith("theme_icons")?i.replace("theme_icons",""):i}/${d}`;s.emitAsset(y,m)}}}})})}};var zo=a(require("fs")),Ho=require("webpack"),os=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){e.hooks.thisCompilation.tap("icons:add-to-file-dependencies",s=>{s.hooks.processAssets.tap({name:"icons:add-to-file-dependencies",stage:Ho.Compilation.PROCESS_ASSETS_STAGE_ADDITIONS},()=>{if(s.errors?.length)return;let r=this.includeList||{};for(let n of Object.entries(r)){let[,i]=n,o=Array.isArray(i)?typeof i[0]=="string"?i:i.map(Object.values).flat():[i];for(let c of o)if(c){let p=new Set(s.fileDependencies);zo.default.existsSync(c)&&(p.has(c)||(p.add(c),s.fileDependencies.add(c)))}}})})}};var as=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}apply(e){new ns({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e),new os({manifestPath:this.manifestPath,includeList:this.includeList,excludeList:this.excludeList}).apply(e)}};var ps=require("webpack");var cs=class{manifestPath;includeList;excludeList;constructor(e){this.manifestPath=e.manifestPath,this.includeList=e.includeList,this.excludeList=e.excludeList}generateManifestPatches(e,s){let r=V(e,this.manifestPath),n=r.web_accessible_resources||[],i=r.web_accessible_resources||[];for(let[p,l]of Object.entries(s)){let m=r.content_scripts?.find(d=>d.js&&d.js.some(g=>g.includes(p)));if(m){let d=m.matches||[];if(r.manifest_version===3){let g=n.find(y=>y.matches.some(E=>d.includes(E)));g?l.forEach(y=>{g.resources.includes(y)||g.resources.push(y)}):n.push({resources:l.filter(y=>!y.endsWith(".map")),matches:d})}else l.forEach(g=>{i.includes(g)||i.push(g)})}}r.manifest_version===3?r.web_accessible_resources=n:r.web_accessible_resources=Array.from(new Set(i));let o=JSON.stringify(r,null,2),c=new ps.sources.RawSource(o);e.getAsset("manifest.json")&&e.updateAsset("manifest.json",c)}apply(e){e.hooks.thisCompilation.tap("plugin-extension:feature-web-resources",s=>{s.hooks.processAssets.tap({name:"plugin-extension:feature-web-resources",stage:ps.Compilation.PROCESS_ASSETS_STAGE_ANALYSE},()=>{let r=[],n=Object.keys(this.includeList||{});for(let c of n.filter(Boolean))c.startsWith("content_scripts")&&(Array.isArray(c)?r.push(...c):typeof c=="string"&&r.push(c));let i=s.chunkGraph,o={};s.entrypoints.forEach((c,p)=>{if(r.includes(p)){let l=[];c.chunks.forEach(m=>{Array.from(i.getChunkModulesIterable(m)).forEach(g=>{i.getModuleChunks(g).forEach(y=>{y.auxiliaryFiles.forEach(E=>{l.includes(E)||l.push(E)})})})}),o[p]=l}}),this.generateManifestPatches(s,o)})})}};var L=a(require("fs")),I=a(require("path")),Vo=a(require("chokidar")),ls=class{options;constructor(e){this.options=e}ensureDirectoryExistence(e){let s=I.default.dirname(e);if(L.default.existsSync(s))return!0;L.default.mkdirSync(s,{recursive:!0})}copyFile(e,s){this.ensureDirectoryExistence(s),L.default.copyFileSync(e,s)}copyFolder(e,s){L.default.existsSync(s)||L.default.mkdirSync(s,{recursive:!0}),L.default.readdirSync(e).forEach(n=>{let i=I.default.join(e,n),o=I.default.join(s,n);L.default.statSync(i).isDirectory()?this.copyFolder(i,o):this.copyFile(i,o)})}apply(e){let s=I.default.dirname(this.options.manifestPath),r=I.default.join(s,"public"),n=e.options.output?.path||"";L.default.existsSync(r)&&(e.hooks.afterEmit.tap("special-folders:copy-public-folder",()=>{let i=I.default.join(n,"public");L.default.existsSync(i)||L.default.mkdirSync(i,{recursive:!0}),L.default.existsSync(r)&&this.copyFolder(r,i)}),e.options.mode!=="production"&&e.hooks.afterPlugins.tap("special-folders:copy-public-folder",()=>{let i=I.default.join(s,"public"),o=Vo.default.watch(i,{ignoreInitial:!0});o.on("add",c=>{let p=I.default.join(n,I.default.relative(s,c));this.copyFile(c,p)}),o.on("change",c=>{let p=I.default.join(n,I.default.relative(s,c));this.copyFile(c,p)}),o.on("unlink",c=>{let p=I.default.join(n,I.default.relative(s,c));L.default.existsSync(p)&&L.default.unlinkSync(p)}),e.hooks.watchClose.tap("special-folders:copy-public-folder",()=>{o.close().catch(console.error)})}))}};var N=a(require("path")),dr=a(require("chokidar"));var fs=class{manifestPath;constructor(e){this.manifestPath=e}throwCompilationError(e,s,r){let n=N.relative(process.cwd(),s),p=un(r?"Adding":"Removing",r?"added":"removed",e,e==="pages"?"HTML pages":"script files",n);if(r){console.warn(p);return}console.error(p),process.exit(1)}apply(e){e.hooks.afterPlugins.tap("special-folders:warn-upon-folder-changes",()=>{let s=N.dirname(this.manifestPath),r=N.join(s,"pages"),n=N.join(s,"scripts"),i=dr.watch(r,{ignoreInitial:!0}),o=dr.watch(n,{ignoreInitial:!0}),c=e.options.resolve?.extensions;i.on("add",p=>{p.endsWith(".html")&&this.throwCompilationError("pages",p,!0)}),i.on("unlink",p=>{p.endsWith(".html")&&this.throwCompilationError("pages",p)}),o.on("add",p=>{c?.includes(N.extname(p))&&this.throwCompilationError("scripts",p,!0)}),o.on("unlink",p=>{c?.includes(N.extname(p))&&this.throwCompilationError("scripts",p)}),e.hooks.watchClose.tap("WarnUponFolderChanges",()=>{i.close().catch(console.error),o.close().catch(console.error)})})}};var ms=class{static name="plugin-special-folders";options;constructor(e){this.options=e}apply(e){let{manifestPath:s}=this.options;new ls({manifestPath:s}).apply(e),e.options.mode==="development"&&e.options.watchOptions&&new fs(s).apply(e)}};var us=class{static name="plugin-extension";manifestPath;browser;mode;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.mode=e.mode}apply(e){let s=this.manifestPath,r=ge({manifestPath:s}),n=Ui({manifestPath:s});new kt({manifestPath:s,includeList:{...n?.pages||{},...n?.scripts||{}},excludeList:n.public,loaderOptions:{jsx:de(Ue.default.dirname(this.manifestPath))||ue(Ue.default.dirname(this.manifestPath))||Fe(Ue.default.dirname(this.manifestPath)),typescript:G(Ue.default.dirname(this.manifestPath)),minify:this.mode==="production"}}).apply(e),new Rt({browser:this.browser,manifestPath:s,includeList:{...r.html,...r.icons,...r.json,...r.scripts},excludeList:n.public}).apply(e),new Xt({manifestPath:s,includeList:{...r.html,...n.pages},excludeList:{...n.public,...n.scripts}}).apply(e),new Qt({manifestPath:s,browser:this.browser,includeList:{...r.scripts,...n.scripts},excludeList:{...n.public,...n.pages}}).apply(e),new ts({manifestPath:s}).apply(e),new rs({manifestPath:s,includeList:r.json,excludeList:n.public}).apply(e),new as({manifestPath:s,includeList:r.icons,excludeList:n.public}).apply(e),new cs({manifestPath:s,includeList:{...r.scripts,...n.scripts},excludeList:n.public}).apply(e),new ms({manifestPath:s}).apply(e)}};var Je=a(require("path"));var Go=a(require("path")),Xo=a(require("ws"));function ds(t,e){t.clients.forEach(s=>{s.readyState===Xo.default.OPEN&&s.send(JSON.stringify(e))})}function Zo(t,e,s){if(!s||!e)return;let r=ge({manifestPath:e}).locales,n=ge({manifestPath:e}).scripts,i=ge({manifestPath:e}).json;if(!t){process.env.EXTENSION_ENV==="development"&&console.error("WebSocket server is not running.");return}Go.default.basename(s)==="manifest.json"&&ds(t,{changedFile:"manifest.json"}),r?.forEach(o=>{o.includes(s)&&ds(t,{changedFile:"_locales"})}),Object.entries(n).forEach(([o,c])=>{let p=Array.isArray(c)?c:[c];Object.values(p).flatMap(m=>m).includes(s)&&o==="background/service_worker"&&ds(t,{changedFile:"service_worker"})}),Object.entries(i).forEach(([o,c])=>{c?.includes(s)&&o==="declarative_net_request"&&ds(t,{changedFile:"declarative_net_request"})})}var hr=a(require("path")),ea=a(require("fs")),Be=a(require("ws"));var We=a(require("path")),il=a(require("http")),Ko=a(require("https")),gr=a(require("fs"));var Yo=t=>{if(!gr.default.existsSync(t))return;let e=We.default.basename(t);return gr.default.readFileSync(We.default.join(__dirname,"certs",e))};function Qo(t,e){let s={key:Yo(We.default.join(__dirname,"certs","localhost.key")),cert:Yo(We.default.join(__dirname,"certs","localhost.cert"))},r=Ko.default.createServer(s,(n,i)=>{i.writeHead(200),i.end()});return r.on("error",n=>{throw console.error(xn(t,e)),new Error(n.message)}),{server:r,port:e}}function ol(t,e,s){switch(s){case"chrome":return new Be.default.Server({host:"localhost",port:e});case"edge":return new Be.default.Server({host:"localhost",port:e+1});case"firefox":return new Be.default.Server({server:Qo(t,e+2).server});default:return new Be.default.Server({host:"localhost",port:8888})}}async function ta(t,e){let s=t.options.context||"",r=require(hr.default.join(s,"manifest.json")),n=r.name||"Extension.js",i=e.port||8e3,o=ol(n,i,e.browser);if(o.on("connection",c=>{c.send(JSON.stringify({status:"serverReady"})),c.on("error",p=>{console.log(hn(n,p))}),c.on("message",p=>{let l=JSON.parse(p.toString());if(l.status==="clientReady"){let m=require(hr.default.join(s,"manifest.json"));setTimeout(()=>{console.log(Hs(m,e.browser,l)),console.log("")},2500),$n(e.browser)&&setTimeout(()=>{console.log(gn(e.browser))},5e3)}})}),e.browser==="firefox"&&!ea.default.existsSync(Qe)){let c=Cn(r);console.log(Hs(r,e.browser,c)),console.log(""),console.log(wn()),console.log("")}return o}var sa=a(require("path")),yr=a(require("fs"));function ra(t,e){let s=sa.default.resolve(__dirname,`./extensions/${t}-manager-extension/reload-service.js`);try{let r=yr.default.readFileSync(s,"utf8"),n=r.replace(/__RELOAD_PORT__/g,e.toString());n!==r&&yr.default.writeFileSync(s,n,"utf8")}catch(r){console.error(`Error processing file: ${r.message}`)}}process.on("SIGINT",()=>{process.exit()});process.on("SIGTERM",()=>{process.exit()});var ze=class{manifestPath;port;browser;stats;constructor(e){this.manifestPath=e.manifestPath,this.port=e.port||8e3,this.browser=e.browser||"chrome",this.stats=e.stats}async apply(e){if(!this.manifestPath)return;ra(this.browser,this.port);let s=await ta(e,{...this,mode:e.options.mode,browser:this.browser,stats:this.stats,port:this.port});e.hooks.watchRun.tapAsync("reload:create-web-socket-server",(r,n)=>{let o=(r.modifiedFiles||new Set).values().next().value;if(!o){n();return}let c=Je.default.relative(Je.default.dirname(this.manifestPath),o),p=Je.default.relative(process.cwd(),Je.default.dirname(o));process.env.EXTENSION_ENV==="development"&&console.info(`\u25BA\u25BA Updated file \`${c}\` (relative to ${p})`),this.manifestPath&&Zo(s,this.manifestPath,o),n()})}};var br=a(require("path"));function na(t,e,s){t.options.module.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[br.default.dirname(s)],exclude:/node_modules/,use:[{loader:br.default.resolve(__dirname,"./inject-chromium-client-loader"),options:{manifestPath:s,browser:e}}]})}var wr=a(require("path"));function ia(t,e,s){t.options.module.rules.push({test:/\.(js|mjs|jsx|mjsx|ts|mts|tsx|mtsx)$/,include:[wr.default.dirname(s)],exclude:/node_modules/,use:[{loader:wr.default.resolve(__dirname,"./inject-firefox-client-loader"),options:{manifestPath:s,browser:e}}]})}var hs=require("webpack");var xr=a(require("content-security-policy-parser"));function oa(t){let e=t.content_security_policy;if(!e)return"script-src 'self' 'unsafe-eval' blob: filesystem:; object-src 'self' blob: filesystem:; ";let s=(0,xr.default)(e);e="",s.get("script-src")||s.set("script-src",["'self' 'unsafe-eval' blob: filesystem:"]),s.get("script-src")?.includes("'unsafe-eval'")||s.set("script-src",["unsafe-eval"]);for(let r in s)e+=`${r} ${s.get(r)?.join(" ")};`;return e}function aa(t){let e=t.content_security_policy;if(!e)return{extension_pages:"script-src 'self'; object-src 'self'; "};let s=(0,xr.default)(e.extension_pages||""),r="";for(let n in s)r+=`${n} ${s.get(n)?.join(" ")}; `;return{extension_pages:r.trim()}}function ca(t){let e=["/*.json","/*.js","/*.css"],s=t.web_accessible_resources;if(!s||s.length===0)return e;let r=new Set(s);for(let n of e)r.has(n)||r.add(n);return Array.from(r)}function pa(t){let e=["/*.json","/*.js","/*.css"];return[...t.web_accessible_resources||[],{resources:e,matches:["<all_urls>"]}]}function vr(t,e){return t.background?{background:{...t.background}}:e==="firefox"?{background:{...t.background||{},scripts:["background/script.js"]}}:t.manifest_version===2?{background:{...t.background||{},scripts:["background/script.js"]}}:{background:{...t.background||{},service_worker:"background/service_worker.js"}}}function _r(t){return t.externally_connectable&&!t.externally_connectable.ids?{externally_connectable:{...t.externally_connectable,ids:[...new Set(t.externally_connectable.ids||[]),"*"]}}:t.externally_connectable&&!t.externally_connectable.ids?{externally_connectable:{...t.externally_connectable,ids:["*"]}}:{}}var gs=class{manifestPath;browser;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome"}generateManifestPatches(e){let s=V(e,this.manifestPath),r={...s,content_security_policy:s.manifest_version===3?aa(s):oa(s),...s.manifest_version===3?s.permissions?{permissions:[...new Set(["scripting",...s.permissions])]}:{permissions:["scripting"]}:{},...vr(s,this.browser),..._r(s),web_accessible_resources:s.manifest_version===3?pa(s):ca(s)},n=JSON.stringify(r,null,2),i=new hs.sources.RawSource(n);e.getAsset("manifest.json")&&e.updateAsset("manifest.json",i)}apply(e){e.hooks.thisCompilation.tap("run-chromium:apply-manifest-dev-defaults",s=>{s.hooks.processAssets.tap({name:"run-chromium:apply-manifest-dev-defaults",stage:hs.Compilation.PROCESS_ASSETS_STAGE_SUMMARIZE},r=>{if(!this.manifestPath){let n="No manifest.json found in your extension bundle. Unable to patch manifest.json.";s&&e.webpack.WebpackError&&s.errors.push(new e.webpack.WebpackError(`run-chromium: ${n}`));return}this.generateManifestPatches(s)})})}};var Sr=a(require("fs")),ve=a(require("path")),la=a(require("webpack-target-webextension"));var ys=class{manifestPath;browser;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome"}handleBackground(e,s,r){let n=ve.default.resolve(__dirname,s==="firefox"?"minimum-firefox-file.mjs":"minimum-chromium-file.mjs"),i=ve.default.dirname(this.manifestPath),o=r.background;if(s==="firefox"){o=r["gecko:background"]||r["firefox:background"]||o;let c=o?.scripts||o?.["gecko:scripts"]||o?.["firefox:scripts"];if(c&&c.length>0){let p=ve.default.join(i,c[0]);this.ensureFileExists(p,"background.scripts")}else this.addDefaultEntry(e,"background/script",n)}else if(o=r["chromium:background"]||r["chrome:background"]||r["edge:background"]||o,r.manifest_version===3){let c=o?.service_worker||o?.["chromium:service_worker"]||o?.["chrome:service_worker"]||o?.["edge:service_worker"];if(c){let p=ve.default.join(i,c);this.ensureFileExists(p,"background.service_worker")}else this.addDefaultEntry(e,"background/service_worker",n)}else if(r.manifest_version===2){let c=o?.scripts||o?.["chromium:scripts"]||o?.["chrome:scripts"]||o?.["edge:scripts"];if(c&&c.length>0){let p=ve.default.join(i,c[0]);this.ensureFileExists(p,"background.scripts")}else this.addDefaultEntry(e,"background/script",n)}}ensureFileExists(e,s){if(!Sr.default.existsSync(e)&&this.manifestPath){let n=require(this.manifestPath).name||"Extension.js",i=yn(n,s,e);throw console.error(i),new Error(i)}}addDefaultEntry(e,s,r){e.options.entry={...e.options.entry,[s]:{import:[r]}}}getEntryName(e){if(e.background){if(e.manifest_version===3)return{serviceWorkerEntry:"background/service_worker"};if(e.manifest_version===2)return{pageEntry:"background/script"}}return{pageEntry:"background"}}apply(e){if(!this.manifestPath||!Sr.default.lstatSync(this.manifestPath).isFile())return;let s=require(this.manifestPath);this.handleBackground(e,this.browser,s),new la.default({background:this.getEntryName(s),weakRuntimeCheck:!0}).apply(e)}};var Pr=class{manifestPath;browser;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome"}apply(e){ee.includes(this.browser)&&na(e,this.browser,this.manifestPath),this.browser==="firefox"&&ia(e,this.browser,this.manifestPath),new gs({manifestPath:this.manifestPath,browser:this.browser}).apply(e),new ys({manifestPath:this.manifestPath,browser:this.browser}).apply(e)}},fa=Pr;var bs=class{static name="plugin-reload";manifestPath;browser;port;stats;autoReload;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.port=e.port,this.stats=e.stats,this.autoReload=e.autoReload}apply(e){e.options.mode==="development"&&new ze({manifestPath:this.manifestPath,browser:this.browser,port:this.port,stats:this.stats}).apply(e),e.options.mode==="development"&&new fa({manifestPath:this.manifestPath,browser:this.browser,autoReload:this.autoReload,stats:this.stats}).apply(e)}};var ma=a(require("webpack")),ws=class{manifestPath;browser;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser}apply(e){new ma.default.ProvidePlugin({browser:require.resolve("webextension-polyfill")}).apply(e)}};var vs=require("webpack");var xs=class{browser;manifestPath;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome"}patchManifest(e){let s=pe(e,this.browser);return JSON.stringify(s,null,2)}apply(e){e.hooks.compilation.tap("compatibility:browser-fields",s=>{s.hooks.processAssets.tap({name:"compatibility:browser-fields",stage:vs.Compilation.PROCESS_ASSETS_STAGE_OPTIMIZE},()=>{let r=V(s,this.manifestPath),n=this.patchManifest(r),i=new vs.sources.RawSource(n);s.updateAsset("manifest.json",i)})})}};var _s=class{static name="plugin-compatibility";manifestPath;browser;polyfill;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome",this.polyfill=e.polyfill||!1}async apply(e){this.polyfill&&this.browser!=="firefox"&&new ws({manifestPath:this.manifestPath,browser:this.browser||"chrome"}).apply(e),new xs({manifestPath:this.manifestPath,browser:this.browser||"chrome"}).apply(e)}};var Sa=a(require("fs"));var ua=a(require("webpack")),da=a(require("content-security-policy-parser"));function ga(t){let e=t.content_security_policy,s=t.content_security_policy?.extension_pages,r=n=>{if(!n)return;let i=(0,da.default)(n);if(i.get("script-src")&&i.get("script-src")?.includes("'unsafe-eval'")){let o=t.name||"Extension.js";return en(o)}};if(t.manifest_version===3){let n=e?r(s):void 0;if(n)return new ua.default.WebpackError(n)}return null}var kr=a(require("webpack"));function ha(t,e){let s=t.web_accessible_resources;if(s){let r=s.some(o=>typeof o=="string"),n=s.some(o=>typeof o=="object"||o.resources||o.matches),i=t.name||"Extension.js";if(t.manifest_version===2&&!r)return new kr.default.WebpackError(sn(i,e));if(t.manifest_version===3&&!n)return new kr.default.WebpackError(rn(i,e))}return null}var ya=a(require("webpack"));function ba(t,e){if(e==="firefox"&&t.background?.service_worker){let s=t.name||"Extension.js";return new ya.default.WebpackError(Qr(s))}return null}var wa=a(require("path")),xa=a(require("fs")),va=a(require("webpack"));function _a(t,e){let s=wa.default.join(e.options.context||"","_locales"),r=t.name||"Extension.js";return xa.default.existsSync(s)&&!t.default_locale?new va.default.WebpackError(tn(r)):null}var Ss=class{options;constructor(e){this.options=e}handleRuntimeErrors(e,s,r){let n=ga(s),i=ha(s,r),o=ba(s,r),c=_a(s,e);n&&e.errors.push(n),i&&e.errors.push(i),o&&e.options.mode==="production"&&e.errors.push(o),c&&e.errors.push(c)}apply(e){e.hooks.afterCompile.tapAsync("CompatPlugin (module)",(s,r)=>{let n=this.options.manifestPath,i=JSON.parse(Sa.default.readFileSync(n,"utf-8")),o=this.options.browser||"chrome";this.handleRuntimeErrors(s,i,o),r()})}};var Oa=a(require("fs")),Ma=a(require("ajv"));var Pa={$schema:"http://json-schema.org/draft-07/schema#",$id:"https://json.schemastore.org/chrome-manifest.json",additionalProperties:!0,definitions:{action_v2:{type:"object",properties:{default_title:{type:"string",description:"Tooltip for the main toolbar icon."},default_popup:{$ref:"#/definitions/uri",description:"The popup appears when the user clicks the icon."},default_icon:{anyOf:[{type:"string",description:"FIXME: String form is deprecated."},{type:"object",description:"Icon for the main toolbar.",properties:{"19":{$ref:"#/definitions/icon"},"38":{$ref:"#/definitions/icon"}}}]}},dependencies:{name:{not:{required:["name"]}},icons:{not:{required:["icons"]}},popup:{not:{required:["popup"]}}}},action_v3:{type:"object",properties:{default_title:{type:"string",description:"Tooltip for the main toolbar icon."},default_popup:{$ref:"#/definitions/uri",description:"The popup appears when the user clicks the icon."},default_icon:{type:"object",properties:{"16":{$ref:"#/definitions/icon"},"24":{$ref:"#/definitions/icon"},"32":{$ref:"#/definitions/icon"}}}},dependencies:{name:{not:{required:["name"]}},icons:{not:{required:["icons"]}},popup:{not:{required:["popup"]}}}},command:{type:"object",if:{$comment:"Global shortcuts change the acceptable pattern for the suggested_key.",properties:{global:{const:!0}},required:["global"]},then:{additionalProperties:!1,properties:{description:{type:"string"},global:{type:"boolean",description:"Whether this command should work while Chrome does not have focus. Keyboard shortcut suggestions for global commands are limited to Ctrl+Shift+[0..9]"},suggested_key:{type:"object",additionalProperties:!1,patternProperties:{"^(default|mac|windows|linux|chromeos)$":{type:"string",pattern:"^(Ctrl|Command|MacCtrl)\\+Shift\\+[0-9]"}}}}},else:{additionalProperties:!1,properties:{description:{type:"string"},global:{type:"boolean",description:"Whether this command should work while Chrome does not have focus. Keyboard shortcut suggestions for global commands are limited to Ctrl+Shift+[0..9]"},suggested_key:{type:"object",additionalProperties:!1,patternProperties:{"^(default|mac|windows|linux|chromeos)$":{type:"string",pattern:"^(Ctrl|Command|MacCtrl|Alt|Option)\\+(Shift\\+)?[A-Z]"}}}}}},content_security_policy:{type:"string",description:"This introduces some fairly strict policies that will make extensions more secure by default, and provides you with the ability to create and enforce rules governing the types of content that can be loaded and executed by your extensions and applications.",format:"content-security-policy",default:"script-src 'self'; object-src 'self'"},glob_pattern:{type:"string",format:"glob-pattern"},icon:{$ref:"#/definitions/uri"},match_pattern:{type:"string",format:"match-pattern",pattern:"^((\\*|http|https|file|ftp|chrome-extension):\\/\\/(\\*|\\*\\.[^\\/\\*]+|[^\\/\\*]+)?(\\/.*))|urn:(\\*|.*)|<all_urls>$"},mime_type:{type:"string",format:"mime-type",pattern:"^(?:application|audio|image|message|model|multipart|text|video)\\/[-+.\\w]+$"},page:{$ref:"#/definitions/uri"},permissions:{type:"array",uniqueItems:!0,items:{type:"string",format:"permission"}},scripts:{type:"array",minItems:1,uniqueItems:!0,items:{$ref:"#/definitions/uri"}},uri:{type:"string"},version_string:{type:"string",pattern:"^(?:\\d{1,5}\\.){0,3}\\d{1,5}$"},web_resource:{type:"object",required:["resources"],properties:{resources:{type:"array",description:`An array of resources to be exposed. Resources are specified as strings and may contain * for wildcard matches. For example, "/images/*" exposes everything in the extension's /images directory recursively while "*.png" exposes all PNG files.`,items:{$ref:"#/definitions/glob_pattern"}},matches:{type:"array",description:"A list of URL match patterns specifying which pages can access the resources. Only the origin is used to match URLs; subdomains patterns (*.google.com) and paths are ignored.",items:{$ref:"#/definitions/match_pattern"}},extension_ids:{type:"array",description:"A list of extension IDs, specifying which extensions can access the resources.",items:{type:"string"}},use_dynamic_url:{type:"boolean",description:"If true, only allow resources to be accessible through dynamic ID. The dynamic ID is generated per session. It's regenerated on browser restart or extension reload."}}}},dependencies:{content_scripts:{not:{required:["script_badge"]}},script_badge:{not:{required:["content_scripts"]}}},else:{properties:{background:{type:"object",description:"The background page is an HTML page that runs in the extension process. It exists for the lifetime of your extension, and only one instance of it at a time is active.",properties:{persistent:{type:"boolean",description:"When false, makes the background page an event page (loaded only when needed).",default:!0},page:{$ref:"#/definitions/page",description:"Specify the HTML of the background page.",default:"background.html"},scripts:{$ref:"#/definitions/scripts",description:"A background page will be generated by the extension system that includes each of the files listed in the scripts property.",default:["background.js"]}},dependencies:{page:{not:{required:["scripts"]}},scripts:{not:{required:["page"]}}}},browser_action:{$ref:"#/definitions/action_v2",description:"Use browser actions to put icons in the main Google Chrome toolbar, to the right of the address bar. In addition to its icon, a browser action can also have a tooltip, a badge, and a popup."},page_action:{$ref:"#/definitions/action_v2",description:"Use the chrome.pageAction API to put icons inside the address bar. Page actions represent actions that can be taken on the current page, but that aren't applicable to all pages."},content_security_policy:{$ref:"#/definitions/content_security_policy"},web_accessible_resources:{type:"array",description:"An array of strings specifying the paths (relative to the package root) of packaged resources that are expected to be usable in the context of a web page.",minItems:1,uniqueItems:!0,items:{$ref:"#/definitions/uri"}}},dependencies:{page_action:{not:{required:["browser_action"]}},browser_action:{not:{required:["page_action"]}}}},if:{properties:{manifest_version:{const:3}}},properties:{manifest_version:{type:"number",description:"One integer specifying the version of the manifest file format your package requires.",enum:[2,3]},name:{type:"string",description:"The name of the extension",maxLength:45},version:{$ref:"#/definitions/version_string",description:"One to four dot-separated integers identifying the version of this extension."},default_locale:{type:"string",description:"Specifies the subdirectory of _locales that contains the default strings for this extension.",default:"en"},description:{type:"string",description:"A plain text description of the extension",maxLength:132},icons:{type:"object",description:"One or more icons that represent the extension, app, or theme. Recommended format: PNG; also BMP, GIF, ICO, JPEG.",minProperties:1,properties:{"16":{$ref:"#/definitions/icon",description:"Used as the favicon for an extension's pages and infobar."},"48":{$ref:"#/definitions/icon",description:"Used on the extension management page (chrome://extensions)."},"128":{$ref:"#/definitions/icon",description:"Used during installation and in the Chrome Web Store."},"256":{$ref:"#/definitions/icon",description:"Used during installation and in the Chrome Web Store."}}},chrome_url_overrides:{type:"object",description:"Override pages are a way to substitute an HTML file from your extension for a page that Google Chrome normally provides.",additionalProperties:!1,maxProperties:1,properties:{bookmarks:{$ref:"#/definitions/page",description:"The page that appears when the user chooses the Bookmark Manager menu item from the Chrome menu or, on Mac, the Bookmark Manager item from the Bookmarks menu. You can also get to this page by entering the URL chrome://bookmarks.",default:"bookmarks.html"},history:{$ref:"#/definitions/page",description:"The page that appears when the user chooses the History menu item from the Chrome menu or, on Mac, the Show Full History item from the History menu. You can also get to this page by entering the URL chrome://history.",default:"history.html"},newtab:{$ref:"#/definitions/page",description:"The page that appears when the user creates a new tab or window. You can also get to this page by entering the URL chrome://newtab.",default:"newtab.html"}}},commands:{type:"object",description:"Use the commands API to add keyboard shortcuts that trigger actions in your extension, for example, an action to open the browser action or send a command to the extension.",patternProperties:{".*":{$ref:"#/definitions/command"},"^_execute_browser_action$":{$ref:"#/definitions/command"},"^_execute_page_action$":{$ref:"#/definitions/command"}}},content_scripts:{type:"array",description:"Content scripts are JavaScript files that run in the context of web pages.",minItems:1,uniqueItems:!0,items:{type:"object",required:["matches"],additionalProperties:!1,properties:{matches:{type:"array",description:"Specifies which pages this content script will be injected into.",minItems:1,uniqueItems:!0,items:{$ref:"#/definitions/match_pattern"}},exclude_matches:{type:"array",description:"Excludes pages that this content script would otherwise be injected into.",uniqueItems:!0,items:{$ref:"#/definitions/match_pattern"}},css:{type:"array",description:"The list of CSS files to be injected into matching pages. These are injected in the order they appear in this array, before any DOM is constructed or displayed for the page.",uniqueItems:!0,items:{$ref:"#/definitions/uri"}},js:{$ref:"#/definitions/scripts",description:"The list of JavaScript files to be injected into matching pages. These are injected in the order they appear in this array."},world:{type:"string",description:"The JavaScript world for a script to execute within.",enum:["ISOLATED","MAIN"],default:"ISOLATED"},run_at:{type:"string",description:"Controls when the files in js are injected.",enum:["document_start","document_end","document_idle"],default:"document_idle"},all_frames:{type:"boolean",description:"Controls whether the content script runs in all frames of the matching page, or only the top frame.",default:!1},include_globs:{type:"array",description:"Applied after matches to include only those URLs that also match this glob. Intended to emulate the @include Greasemonkey keyword.",uniqueItems:!0,items:{$ref:"#/definitions/glob_pattern"}},exclude_globs:{type:"array",description:"Applied after matches to exclude URLs that match this glob. Intended to emulate the @exclude Greasemonkey keyword.",uniqueItems:!0,items:{$ref:"#/definitions/glob_pattern"}},match_about_blank:{type:"boolean",description:"Whether to insert the content script on about:blank and about:srcdoc.",default:!1}}}},devtools_page:{$ref:"#/definitions/page",description:"A DevTools extension adds functionality to the Chrome DevTools. It can add new UI panels and sidebars, interact with the inspected page, get information about network requests, and more."},externally_connectable:{description:"Declares which extensions, apps, and web pages can connect to your extension via runtime.connect and runtime.sendMessage.",type:"object",additionalProperties:!1,properties:{ids:{type:"array",items:{type:"string",description:"The IDs of extensions or apps that are allowed to connect. If left empty or unspecified, no extensions or apps can connect."}},matches:{type:"array",items:{type:"string",description:"The URL patterns for web pages that are allowed to connect. This does not affect content scripts. If left empty or unspecified, no web pages can connect."}},accepts_tls_channel_id:{type:"boolean",default:!1,description:"Indicates that the extension would like to make use of the TLS channel ID of the web page connecting to it. The web page must also opt to send the TLS channel ID to the extension via setting includeTlsChannelId to true in runtime.connect's connectInfo or runtime.sendMessage's options."}}},file_browser_handlers:{type:"array",description:"You can use this API to enable users to upload files to your website.",minItems:1,items:{type:"object",required:["id","default_title","file_filters"],additionalProperties:!1,properties:{id:{type:"string",description:"Used by event handling code to differentiate between multiple file handlers"},default_title:{type:"string",description:"What the button will display."},file_filters:{type:"array",description:"Filetypes to match.",minItems:1,items:{type:"string"}}}}},homepage_url:{$ref:"#/definitions/uri",description:"The URL of the homepage for this extension."},incognito:{type:"string",description:"Specify how this extension will behave if allowed to run in incognito mode.",enum:["spanning","split","not_allowed"],default:"spanning"},input_components:{type:"array",description:"Allows your extension to handle keystrokes, set the composition, and manage the candidate window.",items:{type:"object",required:["name","type","id","description","language","layouts"],additionalProperties:!1,properties:{name:{type:"string"},type:{type:"string"},id:{type:"string"},description:{type:"string"},language:{type:"string"},layouts:{type:"array"}}}},key:{type:"string",description:"This value can be used to control the unique ID of an extension, app, or theme when it is loaded during development."},minimum_chrome_version:{$ref:"#/definitions/version_string",description:"The version of Chrome that your extension, app, or theme requires, if any."},nacl_modules:{type:"array",description:"One or more mappings from MIME types to the Native Client module that handles each type.",minItems:1,uniqueItems:!0,items:{type:"object",required:["path","mime_type"],additionalProperties:!1,properties:{path:{$ref:"#/definitions/uri",description:"The location of a Native Client manifest (a .nmf file) within the extension directory."},mime_type:{$ref:"#/definitions/mime_type",description:"The MIME type for which the Native Client module will be registered as content handler."}}}},oauth2:{type:"object",description:"Use the Chrome Identity API to authenticate users: the getAuthToken for users logged into their Google Account and the launchWebAuthFlow for users logged into a non-Google account.",required:["client_id","scopes"],additionalProperties:!1,properties:{client_id:{type:"string",description:"You need to register your app in the Google APIs Console to get the client ID."},scopes:{type:"array",minItems:1,items:{type:"string"}}}},offline_enabled:{type:"boolean",description:"Whether the app or extension is expected to work offline. When Chrome detects that it is offline, apps with this field set to true will be highlighted on the New Tab page."},omnibox:{type:"object",description:"The omnibox API allows you to register a keyword with Google Chrome's address bar, which is also known as the omnibox.",required:["keyword"],additionalProperties:!1,properties:{keyword:{type:"string",description:"The keyword that will trigger your extension."}}},optional_permissions:{$ref:"#/definitions/permissions",description:"Use the chrome.permissions API to request declared optional permissions at run time rather than install time, so users understand why the permissions are needed and grant only those that are necessary."},options_page:{$ref:"#/definitions/page",description:"To allow users to customize the behavior of your extension, you may wish to provide an options page. If you do, a link to it will be provided from the extensions management page at chrome://extensions. Clicking the Options link opens a new tab pointing at your options page.",default:"options.html"},options_ui:{type:"object",description:"To allow users to customize the behavior of your extension, you may wish to provide an options page. If you do, an Options link will be shown on the extensions management page at chrome://extensions which opens a dialogue containing your options page.",required:["page"],properties:{page:{type:"string",description:"The path to your options page, relative to your extension's root."},chrome_style:{type:"boolean",default:!0,description:"If true, a Chrome user agent stylesheet will be applied to your options page. The default value is false, but we recommend you enable it for a consistent UI with Chrome."},open_in_tab:{type:"boolean",default:!1,description:"If true, your extension's options page will be opened in a new tab rather than embedded in chrome://extensions. The default is false, and we recommend that you don't change it. This is only useful to delay the inevitable deprecation of the old options UI! It will be removed soon, so try not to use it. It will break."}}},permissions:{$ref:"#/definitions/permissions",description:"Permissions help to limit damage if your extension or app is compromised by malware. Some permissions are also displayed to users before installation, as detailed in Permission Warnings."},requirements:{type:"object",description:"Technologies required by the app or extension. Hosting sites such as the Chrome Web Store may use this list to dissuade users from installing apps or extensions that will not work on their computer.",additionalProperties:!1,properties:{plugins:{type:"object",description:"Indicates if an app or extension requires NPAPI to run. This requirement is enabled by default when the manifest includes the 'plugins' field.",required:["npapi"],additionalProperties:!1,properties:{npapi:{type:"boolean",default:!0}}},"3D":{type:"object",description:"The '3D' requirement denotes GPU hardware acceleration.",required:["features"],additionalProperties:!1,properties:{features:{type:"array",description:"List of the 3D-related features your app requires.",minItems:1,uniqueItems:!0,items:{type:"string",enum:["webgl"]}}}}}},sandbox:{type:"object",description:"Defines an collection of app or extension pages that are to be served in a sandboxed unique origin, and optionally a Content Security Policy to use with them.",required:["pages"],additionalProperties:!1,properties:{pages:{type:"array",minItems:1,uniqueItems:!0,items:{$ref:"#/definitions/page"}},content_security_policy:{$ref:"#/definitions/content_security_policy",default:"sandbox allow-scripts allow-forms"}}},short_name:{type:"string",description:"The short name is typically used where there is insufficient space to display the full name.",maxLength:12},update_url:{$ref:"#/definitions/uri",description:"If you publish using the Chrome Developer Dashboard, ignore this field. If you host your own extension or app: URL to an update manifest XML file."},tts_engine:{type:"object",description:"Register itself as a speech engine.",required:["voices"],additionalProperties:!1,properties:{voices:{type:"array",description:"Voices the extension can synthesize.",minItems:1,uniqueItems:!0,items:{type:"object",required:["voice_name","event_types"],additionalProperties:!1,properties:{voice_name:{type:"string",description:"Identifies the name of the voice and the engine used."},lang:{type:"string",description:"Almost always, a voice can synthesize speech in just a single language. When an engine supports more than one language, it can easily register a separate voice for each language."},gender:{type:"string",description:"If your voice corresponds to a male or female voice, you can use this parameter to help clients choose the most appropriate voice for their application."},event_types:{type:"array",description:"Events sent to update the client on the progress of speech synthesis.",minItems:1,uniqueItems:!0,items:{type:"string",description:"",enum:["start","word","sentence","marker","end","error"]}}}}}}},version_name:{type:"string",description:"In addition to the version field, which is used for update purposes, version_name can be set to a descriptive version string and will be used for display purposes if present."},chrome_settings_overrides:{},content_pack:{},current_locale:{},import:{},platforms:{},signature:{},spellcheck:{},storage:{},system_indicator:{}},required:["manifest_version","name","version"],then:{$comment:"browser_action and page_action are no longer present in v3",properties:{background:{type:"object",description:"The background page is an HTML page that runs in the extension process. It exists for the lifetime of your extension, and only one instance of it at a time is active.",properties:{service_worker:{type:"string",description:"The service worker js file."},type:{type:"string",enum:["module"]}},dependencies:{page:{not:{required:["scripts"]}},scripts:{not:{required:["page"]}}}},host_permissions:{$ref:"#/definitions/permissions"},action:{$ref:"#/definitions/action_v3",description:"Used to control the toolbar button for your extension in Chrome's UI."},content_security_policy:{type:"object",properties:{extension_pages:{$ref:"#/definitions/content_security_policy",description:"This policy covers pages in your extension, including html files and service workers."},sandbox:{$ref:"#/definitions/content_security_policy",description:"This policy covers any sandboxed extension pages that your extension uses."}}},web_accessible_resources:{type:"array",description:"An array of objects that declare resource access rules. Each object maps an array of extension resources to an array of URLs and/or extension IDs that can access those resources.",minItems:1,uniqueItems:!0,items:{$ref:"#/definitions/web_resource"}}},dependencies:{browser_action:{not:{required:["browser_action"]}},page_action:{not:{required:["page_action"]}}}},title:"JSON schema for Google Chrome extension manifest files",type:"object"};function ka(t){t.addFormat("permission",{type:"string",validate:e=>typeof e=="string"&&e.trim()!==""}),t.addFormat("content-security-policy",{type:"string",validate:e=>typeof e=="string"}),t.addFormat("glob-pattern",{type:"string",validate:e=>typeof e=="string"&&/[\*\?\[\]]/.test(e)}),t.addFormat("match-pattern",{type:"string",validate:e=>e==="<all_urls>"||e==="file:///"||e.startsWith("http://localhost")||e.startsWith("http:// ")||e.startsWith("http://*:*/*")?!0:typeof e=="string"&&/^(\*|http|https|file|ftp):\/\//.test(e)}),t.addFormat("uri",{type:"string",validate:e=>typeof e=="string"&&/^(\w+:)?\/\//.test(e)}),t.addFormat("mime-type",{type:"string",validate:e=>typeof e=="string"&&/^[a-z]+\/[a-z0-9\-\+]+$/.test(e)})}var Ea=a(require("path")),ja=require("webpack");function $a(t,e,s){let r=t.options.context||"",n=Ea.default.join(r,"manifest.json"),o=require(n).name||"Extension.js",c=e?.params.missingProperty;t.errors.push(new ja.WebpackError(an(o,s,c)))}var Ca=a(require("path")),Fa=require("webpack");function Da(t,e,s){let r=t.options.context||"",n=Ca.default.join(r,"manifest.json"),o=require(n).name||"Extension.js";t.warnings.push(new Fa.WebpackError(on(o,e,s)))}var La=a(require("path")),Ia=require("webpack");function Er(t,e,s){let r=t.options.context||"",n=La.default.join(r,"manifest.json"),o=require(n).name||"Extension.js";t.warnings.push(new Ia.WebpackError(nn(o,s,e)))}var Ps=class{options;constructor(e){this.options=e}handleSchemaErrors(e,s,r){let n=new Ma.default;ka(n);let i={allOf:[Pa]},o=n.compile(i),c=o(s),p=s.manifest_version===3;if(!c&&o.errors){let l=o.errors[0];if(l?.keyword==="required"){$a(e,l,r);return}p&&(l?.keyword==="type"&&Da(e,l,r),l?.keyword==="not"&&Er(e,l,r))}}apply(e){e.hooks.afterCompile.tapAsync("CompatPlugin (module)",(s,r)=>{let n=this.options.manifestPath,i=JSON.parse(Oa.default.readFileSync(n,"utf-8")),o=this.options.browser||"chrome";this.handleSchemaErrors(s,i,o),r()})}};var Na=a(require("fs")),$r=a(require("path"));var jr=a(require("webpack"));function Aa(t,e){let s="Conflict: Multiple assets emit different content to the same filename ";if(e.message.includes(s)){let r=e.message.replace(s,"");if(r.startsWith("content_scripts"))return new jr.default.WebpackError(cn(t,r))}return null}function Ra(t,e){let s=require(t);return e.message.includes("Top-level-await is only supported in EcmaScript Modules")?new jr.default.WebpackError(pn(s.name)):null}var ks=class{manifestPath;constructor(e){this.manifestPath=e.manifestPath}apply(e){let s=$r.default.join($r.default.dirname(this.manifestPath),"package.json");if(!Na.default.existsSync(s))return;let r=require(s).name;e.hooks.compilation.tap("develop:common-errors",n=>{n.hooks.afterSeal.tapAsync("develop:common-errors",i=>{n.errors.forEach((o,c)=>{let p=Aa(r,o),l=Ra(r,o);p&&(n.errors[c]=p),l&&(n.errors[c]=l)}),i()})})}};var Es=class{static name="plugin-errors";manifestPath;browser;constructor(e){this.manifestPath=e.manifestPath,this.browser=e.browser||"chrome"}apply(e){new Ss({manifestPath:this.manifestPath,browser:this.browser||"chrome"}).apply(e),new Ps({manifestPath:this.manifestPath,browser:this.browser||"chrome"}).apply(e),new ks({manifestPath:this.manifestPath}).apply(e)}};var Sc=a(require("os")),Lr=a(require("path"));var ac=a(require("fs")),cc=require("child_process");var re=a(require("path")),Fs=a(require("fs"));var Ta={alternate_error_pages:{enabled:!1},autofill:{enabled:!1},browser:{check_default_browser:!1,default_browser_setting_enabled:!1},default_apps:"install",distribution:{alternate_shortcut_text:!1,auto_launch_chrome:!1,import_bookmarks:!1,import_history:!1,import_home_page:!1,import_search_engine:!1,suppress_first_run_bubble:!0,do_not_register_for_update_launch:!0,make_chrome_default:!1,make_chrome_default_for_user:!1,require_eula:!1,suppress_first_run_default_browser_prompt:!0},dns_prefetching:{enabled:!1},download:{default_directory:"/tmp/",directory_upgrade:!0,open_pdf_in_adobe_reader:!1,prompt_for_download:!0},enable_do_not_track:!0,extensions:{theme:{use_system:!1},toolbarsize:-1,ui:{developer_mode:!0}},plugins:{plugins_list:[{enabled:!1,name:"Java(TM)"}],show_details:!0},profile:{password_manager_enabled:!1},safebrowsing:{enabled:!1,safebrowsingextended_reporting_enabled:!1},savefile:{default_directory:"/tmp",type:0},search:{suggest_enabled:!1},session:{restore_on_startup:1},sync:{suppress_start:!0},sync_promo:{show_on_first_run_allowed:!1,show_ntp_bubble:!1},translate:{enabled:!1}},qa={...Ta},Ua={...Ta};var b=require("@colors/colors/safe");function k(t,e){let s=e==="warn"?(0,b.brightYellow)("\u25BA\u25BA\u25BA"):e==="info"?(0,b.cyan)("\u25BA\u25BA\u25BA"):e==="error"?`${(0,b.bold)((0,b.red)("ERROR"))} in ${He(t)} ${(0,b.red)("\u2716\uFE0E\u2716\uFE0E\u2716\uFE0E")}`:(0,b.brightGreen)("\u25BA\u25BA\u25BA");return`${(0,b.gray)("")}${s}`}function He(t){return t.charAt(0).toUpperCase()+t.slice(1)}function js(t){let e=He(t);return`${k(t,"info")} Creating new ${e} user profile...`}function Wa(t){return`${k(t,"success")} Instance already running.`}function Ba(t){return`${k(t,"info")} Instance exited.`}function $s(t,e){let s=t==="firefox"?"Add-on":"Extension";return`${k(t,"success")} ${He(t)} ${s} running in ${(0,b.brightBlue)(e||"unknown")} mode.`}function Ve(t,e){let s=e=="null"?`Browser is not installed
|
|
111
111
|
|
|
112
112
|
`:`Can't find the browser path
|
|
113
113
|
|
|
114
|
-
`;return`${
|
|
115
|
-
${(0,
|
|
114
|
+
`;return`${k(t,"error")} ${s}Either install the missing browser or choose a different one via ${(0,b.brightYellow)("--browser")} flag.
|
|
115
|
+
${(0,b.red)("NOT FOUND")} ${(0,b.underline)(e||He(t)+"BROWSER")}`}function Ja(t){return`${k(t,"error")} No Service Worker Support
|
|
116
116
|
|
|
117
|
-
Firefox does not support the ${(0,
|
|
118
|
-
Update your manifest.json file to use ${(0,
|
|
117
|
+
Firefox does not support the ${(0,b.brightYellow)("background.service_worker")} field yet.
|
|
118
|
+
Update your manifest.json file to use ${(0,b.brightYellow)("background.scripts")} instead.
|
|
119
119
|
|
|
120
|
-
Read more: ${(0,
|
|
121
|
-
${(0,
|
|
122
|
-
${(0,
|
|
120
|
+
Read more: ${(0,b.underline)("https://bugzilla.mozilla.org/show_bug.cgi?id=1573659")}.`}function za(t,e){return`${k(t,"error")} Error launching browser:
|
|
121
|
+
${(0,b.red)(e)}`}function Ha(t,e){return`${k(t,"error")} ${(0,b.red)(e.stack)}`}function Va(t){return`${k(t,"error")} Unable to connect to ${He(t)}. Too many retries.`}function Ga(t,e){return`${k(t,"error")} Error while installing temporary addon:
|
|
122
|
+
${(0,b.red)(e)}`}function Xa(t,e){return`${k(t,"error")} Path is not directory
|
|
123
123
|
|
|
124
124
|
Please provide a valid directory path and try again.
|
|
125
|
-
${(0,
|
|
126
|
-
${(0,
|
|
127
|
-
${(0,w.red)(e)}`}var oc=a(require("progress"));function Ds(t,e){let r=new oc.default(`${t} [:bar] :percent :etas`,{complete:"=",incomplete:" ",width:50,total:131072}),i=setInterval(()=>{let n=Math.random()*10*1024;r.tick(n),r.complete&&(clearInterval(i),e())},50)}function ac(t,e,s){if(Fs.default.existsSync(ie.default.resolve(__dirname,`run-${t}-profile`)))return e||ie.default.resolve(__dirname,`run-${t}-profile`);let i=JSON.stringify(t==="chrome"?Wa:Ba);return s||Ds(js(t),()=>{let n=ie.default.resolve(__dirname,`run-${t}-profile`),o=ie.default.join(n,"Default");Fs.default.mkdirSync(o,{recursive:!0});let c=ie.default.join(o,"Preferences");Fs.default.writeFileSync(c,i,"utf8")}),ie.default.resolve(__dirname,`run-${t}-profile`)}function cc(t){let e=Array.isArray(t.extension)?t.extension:[t.extension],s=ac(t.browser,t.profile,!1);return[`--load-extension=${e.join()}`,`--user-data-dir=${s}`,"--no-first-run","--disable-client-side-phishing-detection","--disable-component-extensions-with-background-pages","--disable-default-apps","--disable-features=InterestFeedContentSuggestions","--disable-features=Translate","--hide-scrollbars","--mute-audio","--no-default-browser-check","--no-first-run","--ash-no-nudges","--disable-search-engine-choice-screen","--disable-features=MediaRoute","--use-mock-keychain","--disable-background-networking","--disable-breakpad","--disable-component-update","--disable-domain-reliability","--disable-features=AutofillServerCommunicatio","--disable-features=CertificateTransparencyComponentUpdate","--disable-sync","--disable-features=OptimizationHints","--disable-features=DialMediaRouteProvider","--no-pings","--enable-features=SidePanelUpdates",...t.browserFlags||[]]}process.on("SIGINT",()=>{process.exit()});process.on("SIGTERM",()=>{process.exit()});var Pe=class{extension;browser;browserFlags;userDataDir;profile;preferences;startingUrl;autoReload;stats;constructor(e){this.extension=e.extension,this.browser=e.browser,this.browserFlags=e.browserFlags||[],this.userDataDir=e.userDataDir,this.profile=e.profile||e.userDataDir,this.preferences=e.preferences,this.startingUrl=e.startingUrl}launchChromium(e){let s;switch(e){case"chrome":s=require(`${e}-location`);break;case"edge":s=require(`${e}-location`)();break;default:s=require(`${e}`);break}pc.default.existsSync(s)||(console.error(Cs(e,s)),process.exit());let r=cc(this),i=this.startingUrl?[this.startingUrl,...r]:[...r],n=process.env.EXTENSION_ENV==="development"?"inherit":"ignore",o=(0,lc.spawn)(s,i,{stdio:n});process.env.EXTENSION_ENV==="development"&&(o.stdout?.pipe(process.stdout),o.stderr?.pipe(process.stderr))}apply(e){let s=!1;e.hooks.done.tapAsync("run-browsers:module",(r,i)=>{if(r.compilation.errors.length>0){i();return}if(s){i();return}this.launchChromium(this.browser),setTimeout(()=>{console.log($s(this.browser,r.compilation.options.mode))},2e3),s=!0,i()})}};var Pc=a(require("fs")),kc=require("child_process");var Ve=a(require("fs")),Ls=a(require("path")),fc=a(require("os")),mc=a(require("which")),uc=process.platform==="darwin",ll=process.platform==="win32",fl=!uc&&!ll;function ml(){if(fl)try{return mc.default.sync("firefox")}catch{return null}else if(uc){let t="/Applications/Firefox.app/Contents/MacOS/firefox",e=Ls.default.join(fc.default.homedir(),t.slice(1));return Ve.default.existsSync(t)?t:Ve.default.existsSync(e)?e:null}else{let t=Ls.default.join("Mozilla Firefox","firefox.exe"),e=[process.env.LOCALAPPDATA,process.env.PROGRAMFILES,process.env["PROGRAMFILES(X86)"]];for(let r of e)if(r){let i=Ls.default.join(r,t);if(Ve.default.existsSync(i))return i}let s=["C:\\Program Files\\Mozilla Firefox\\firefox.exe","C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe"];for(let r of s)if(Ve.default.existsSync(r))return r;return null}}var Is=ml();var gc=a(require("path")),Os=a(require("fs")),Cr=a(require("firefox-profile"));var ul={"app.update.enabled":!1,"browser.dom.window.dump.enabled":!0,"browser.formfill.enable":!1,"browser.link.open_newwindow":3,"browser.sessionstore.enabled":!1,"browser.shell.checkDefaultBrowser":!1,"browser.sync.enabled":!1,"browser.startup.page":0,"browser.startup.homepage_welcome_url":"about:blank","browser.startup.homepage_welcome_url_additional":"about:blank","browser.urlbar.suggest.bookmark":!1,"browser.urlbar.suggest.clipboard":!1,"browser.urlbar.suggest.history":!1,"browser.urlbar.suggest.openpage":!1,"browser.urlbar.suggest.remotetab":!1,"browser.urlbar.suggest.searches":!1,"browser.urlbar.suggest.topsites":!1,"browser.urlbar.suggest.engines":!1,"browser.urlbar.suggest.calculator":!1,"browser.urlbar.suggest.recentsearches":!1,"datareporting.policy.dataSubmissionEnabled":!1,"datareporting.policy.firstRunURL":"","devtools.browserconsole.contentMessages":!0,"devtools.chrome.enabled":!0,"devtools.debugger.prompt-connection":!1,"devtools.debugger.remote-enabled":!0,"devtools.errorconsole.enabled":!0,"extensions.installDistroAddons":!1,"extensions.autoDisableScopes":10,"extensions.chrome.enabled":!0,"extensions.logging.enabled":!1,"extensions.checkCompatibility.nightly":!1,"extensions.update.enabled":!1,"extensions.update.notifyUser":!1,"extensions.enabledScopes":5,"extensions.getAddons.cache.enabled":!1,"network.prefetch.next":!1,"network.speculative.preconnect.enabled":!1,"toolkit.telemetry.enabled":!1,"toolkit.telemetry.archive.enabled":!1,"toolkit.telemetry.newProfilePing.enabled":!1,"toolkit.recovery.enabled":!1,"urlclassifier.updateinterval":172800,"security.enterprise_roots.enabled":!0,"xpinstall.signatures.required":!1};function dc(t){return{...ul,...t}}function hc(t,e){let s=dc(e);Object.keys(s).forEach(n=>{t.setPreference(n,s[n])});let i=Object.keys(e);return i.length>0&&i.forEach(n=>{t.setPreference(n,e[n])}),t.updatePreferences(),t}function dl(t,e){let s=new Cr.default({destinationDirectory:t});return hc(s,e)}function gl(t,e,s){let r;if(Os.default.statSync(e).isDirectory())r=e;else throw new Error(Ya(t,e));let n=new Cr.default({destinationDirectory:r});return hc(n,s)}function yc(t,e,s,r){let i,n=e||gc.default.resolve(__dirname,"run-firefox-data-dir");return Os.default.existsSync(n)?i=gl(t,n,s||{}):(r||Ds(js(t),()=>{}),Os.default.mkdirSync(n,{recursive:!0}),i=dl(n,s||{})),i}async function bc(t,e){let{browser:s,startingUrl:r,preferences:i,userDataDir:n,browserConsole:o=!1,browserFlags:c=[]}=e,p=yc(s,n,i),l=[];r&&l.push(`--url "${r}"`),o&&l.push("--jsconsole"),c&&l.push(...c);let m=t.options.devServer?.port?t.options.devServer?.port+100:9222;return[`--binary-args "${c.join(" ")}"`,`--profile "${p.path()}"`,`--listen ${m}`,"--verbose"].join(" ")}var Sc=a(require("path"));var wc=a(require("net")),xc=a(require("events"));function hl(t,e){let s=e.toString(),r=s.indexOf(":");if(r<1)return{remainingData:e};let i=parseInt(s.substring(0,r),10);if(isNaN(i))return{remainingData:e,error:new Error(Ka(t)),fatal:!0};if(e.length-(r+1)<i)return{remainingData:e};let n=e.slice(r+1,r+1+i),o=e.slice(r+1+i);try{let c=JSON.parse(n.toString());return{remainingData:o,parsedMessage:c}}catch(c){return{remainingData:o,error:c,fatal:!1}}}var Ms=class extends xc.default{incomingData=Buffer.alloc(0);pendingRequests=[];activeRequests=new Map;connection;async connect(e){await new Promise((s,r)=>{try{let i={port:e,host:"127.0.0.1"},n=wc.default.createConnection(i,()=>{s()});this.connection=n,n.on("data",this.onData.bind(this)),n.on("error",r),n.on("end",this.onEnd.bind(this)),n.on("timeout",this.onTimeout.bind(this)),this.expectReply("root",{resolve:s,reject:r})}catch(i){r(i)}})}disconnect(){this.connection&&(this.connection.removeAllListeners(),this.connection.end(),this.rejectAllRequests(new Error(Qa("firefox"))))}rejectAllRequests(e){this.activeRequests.forEach(s=>{s.reject(e)}),this.activeRequests.clear(),this.pendingRequests.forEach(({deferred:s})=>{s.reject(e)}),this.pendingRequests=[]}async request(e){let s=typeof e=="string"?{to:"root",type:e}:e;if(!s.to)throw new Error(ec("firefox",s.type));return await new Promise((r,i)=>{let n={resolve:r,reject:i};this.pendingRequests.push({request:s,deferred:n}),this.flushPendingRequests()})}flushPendingRequests(){this.pendingRequests=this.pendingRequests.filter(({request:e,deferred:s})=>{if(this.activeRequests.has(e.to))return!0;if(!this.connection)throw new Error(tc("firefox"));try{let r=`${Buffer.from(JSON.stringify(e)).length}:${JSON.stringify(e)}`;this.connection.write(r),this.expectReply(e.to,s)}catch(r){s.reject(r)}return!1})}expectReply(e,s){if(this.activeRequests.has(e))throw new Error(sc("firefox",e));this.activeRequests.set(e,s)}onData(e){for(this.incomingData=Buffer.concat([this.incomingData,e]);this.readMessage(););}readMessage(){let{remainingData:e,parsedMessage:s,error:r,fatal:i}=hl("firefox",this.incomingData);return this.incomingData=e,r?(this.emit("error",new Error(rc("firefox",r))),i&&this.disconnect(),!i):s?(this.handleMessage(s),!0):!1}handleMessage(e){if(!e.from){this.emit("error",new Error(ic("firefox",e)));return}let s=this.activeRequests.get(e.from);s?(this.activeRequests.delete(e.from),e.error?s.reject(e):s.resolve(e),this.flushPendingRequests()):this.emit("error",new Error(nc("firefox",JSON.stringify(e))))}onError(e){this.emit("error",e)}onEnd(){this.emit("end")}onTimeout(){this.emit("timeout")}};function vc(t){return t instanceof Error?String(t):`${t.error}: ${t.message}`}function _c(t,e){return Array.isArray(t)&&t.includes(e.code)?!0:e.code===t}var yl=150,bl=1e3,As=class{options;constructor(e){this.options=e}async connectClient(e){let s;for(let r of Array.from({length:yl}))try{let i=new Ms;return await i.connect(e),i}catch(i){if(_c("ECONNREFUSED",i))await new Promise(n=>setTimeout(n,bl)),s=i;else throw console.error(Ga(this.options.browser,i.stack)),i}throw console.error(Xa(this.options.browser)),s}async installAddons(e){let{devtools:s}=this.options,r=Array.isArray(this.options.extension)?this.options.extension:[this.options.extension],i=e.options.devServer?.port,n=i?i+100:9222,o=await this.connectClient(n);for(let[c,p]of r.entries()){let l=Sc.default.join(p.replace(/"/g,"")),m=c===0&&s;try{let d=await o.request({to:"root",type:"getRoot"});await o.request({to:d.addonsActor,type:"installTemporaryAddon",addonPath:l,openDevTools:m})}catch(d){let g=vc(d);throw new Error(Za(this.options.browser,g))}}}};var ne=null;process.on("SIGINT",()=>{ne&&ne.kill("SIGINT"),process.exit()});process.on("SIGTERM",()=>{ne&&ne.kill("SIGTERM"),process.exit()});var Rs=class{extension;browser;browserFlags;userDataDir;profile;preferences;startingUrl;autoReload;stats;constructor(e){this.extension=e.extension,this.browser=e.browser||"firefox",this.browserFlags=e.browserFlags||[],this.userDataDir=e.userDataDir,this.profile=e.profile,this.preferences=e.preferences,this.startingUrl=e.startingUrl}async launchFirefox(e){let s=`fx-runner start --binary "${Is}" --foreground --no-remote`;Pc.default.existsSync(Is)||(console.error(Cs(this.browser,Is)),process.exit());let r=await bc(e,this),i=`${s} ${r}`;ne=(0,kc.exec)(i,(o,c,p)=>{if(o!=null)throw o;p.includes("Unable to move the cache")?console.log(Ja(this.browser)):(console.log(za(this.browser)),process.exit())}),process.env.EXTENSION_ENV==="development"&&(ne.stdout?.pipe(process.stdout),ne.stderr?.pipe(process.stderr));let n=new As(this);try{await n.installAddons(e)}catch(o){o?.toString()?.includes("background.service_worker is currently disabled")&&(console.error(Ha(this.browser)),process.exit(1)),console.error(Va(this.browser,o)),process.exit(1)}}apply(e){let s=!1;e.hooks.done.tapAsync("run-firefox:module",async(r,i)=>{if(r.compilation.errors.length>0){i();return}if(s){i();return}setTimeout(()=>{console.log($s(this.browser,r.compilation.options.mode))},2e3),await this.launchFirefox(e),s=!0,i()})}};var Ns=class{static name="plugin-browsers";extension;browser;browserFlags;userDataDir;profile;preferences;startingUrl;constructor(e){this.extension=[...e.extension,...e.browserFlags?.filter(s=>!s.startsWith("--load-extension="))||[]],this.browser=e.browser,this.browserFlags=e.browserFlags?.filter(s=>!s.startsWith("--load-extension="))||[],this.userDataDir=e.userDataDir,this.profile=e.profile||"",this.preferences=e.preferences||{},this.startingUrl=e.startingUrl||""}getProfilePath(e,s,r){return r||(e.options.mode==="production"?Dr.default.join(Ec.default.tmpdir(),"extension-js",s,"profile"):Dr.default.resolve(__dirname,`run-${s}-profile`))}apply(e){let s={stats:!0,extension:this.extension,browser:this.browser,browserFlags:this.browserFlags||[],userDataDir:this.getProfilePath(e,this.browser,this.userDataDir||this.profile)};switch(this.browser){case"chrome":{new Pe({...s,browser:"chrome"}).apply(e);break}case"edge":new Pe({...s,browser:"edge"}).apply(e);break;case"firefox":new Rs({...s,browser:"firefox"}).apply(e);break;default:{new Pe({...s,browser:this.browser}).apply(e);break}}}};function J(t,e){let s=Ge.default.join(t,"manifest.json"),r=Ge.default.join(t,`dist/${e.browser}`),i=require(s);return{mode:e.mode||"development",entry:{},target:"web",context:t,devtool:i.manifest_version===3?"cheap-source-map":"eval-cheap-source-map",output:{clean:{keep(n){return!n.startsWith("hot/background")}},path:r,publicPath:"/",hotUpdateChunkFilename:"hot/[id].[fullhash].hot-update.js",hotUpdateMainFilename:"hot/[runtime].[fullhash].hot-update.json",environment:{bigIntLiteral:!0,dynamicImport:!0}},resolve:{modules:["node_modules",Ge.default.join(t,"node_modules")],extensions:[".js",".mjs",".jsx",".ts",".mts",".tsx",".json",".wasm",".less",".css",".sass",".scss"]},watchOptions:{ignored:/node_modules|dist/},module:{rules:[]},plugins:[new rt({manifestPath:s}),new ut({manifestPath:s,mode:e.mode}),new mt({manifestPath:s,mode:e.mode}),new bt({manifestPath:s,mode:e.mode}),process.env.EXTENSION_ENV==="development"&&new Es({manifestPath:s,browser:e.browser}),new _s({manifestPath:s,browser:e.browser,polyfill:e.polyfill}),new us({manifestPath:s,browser:e.browser,mode:e.mode}),new bs({manifestPath:s,browser:e.browser,stats:!0,port:e.port||8e3}),!e.noOpen&&new Ns({extension:[r,Ge.default.join(__dirname,"extensions",`${e.browser}-manager-extension`)],browser:e.browser,startingUrl:e.startingUrl,profile:e.profile||e.userDataDir,preferences:e.preferences,browserFlags:e.browserFlags})].filter(Boolean),stats:{all:!1,errors:!0,warnings:!0},infrastructureLogging:{level:"none"},performance:{hints:!1,maxAssetSize:999e3,maxEntrypointSize:999e3},optimization:{minimize:e.mode==="production"},experiments:{asyncWebAssembly:!0}}}var Ze=a(require("path")),rp=a(require("go-git-it"));var Xe=a(require("path")),Ts=a(require("fs")),u=require("@colors/colors/safe");function _(t){return`${t==="warn"?(0,u.brightYellow)("\u25BA\u25BA\u25BA"):t==="info"?(0,u.cyan)("\u25BA\u25BA\u25BA"):t==="error"?`${(0,u.bold)((0,u.red)("ERROR"))} in Extension.js ${(0,u.red)("\u2716\uFE0E\u2716\uFE0E\u2716\uFE0E")}`:(0,u.brightGreen)("\u25BA\u25BA\u25BA")}`}function K(t){return`${_("error")} Manifest file not found.
|
|
125
|
+
${(0,b.red)("NOT DIRECTORY")} ${(0,b.underline)(e)}`}function Za(t){return`${k(t,"error")} Error parsing message length.`}function Ya(t){return`${k(t,"error")} ${(0,b.magenta)("MessagingClient")} connection closed.`}function Ka(t,e){return`${k(t,"error")} Unexpected ${(0,b.magenta)("MessagingClient")} request without target actor: ${(0,b.brightYellow)(e)}`}function Qa(t){return`${k(t,"error")} ${(0,b.magenta)("MessagingClient")} connection closed.`}function ec(t,e){return`${k(t,"error")} Target actor ${(0,b.brightYellow)(e)} already has an active request.`}function tc(t,e){return`${k(t,"error")} Error parsing packet: ${(0,b.red)(e)}`}function sc(t,e){return`${k(t,"error")} Message received without a sender actor:
|
|
126
|
+
${(0,b.brightYellow)(JSON.stringify(e))}`}function rc(t,e){return`${k(t,"error")} Received unexpected message:
|
|
127
|
+
${(0,b.red)(e)}`}var nc=a(require("progress"));function Cs(t,e){let r=new nc.default(`${t} [:bar] :percent :etas`,{complete:"=",incomplete:" ",width:50,total:131072}),n=setInterval(()=>{let i=Math.random()*10*1024;r.tick(i),r.complete&&(clearInterval(n),e())},50)}function ic(t,e,s){if(Fs.default.existsSync(re.default.resolve(__dirname,`run-${t}-profile`)))return e||re.default.resolve(__dirname,`run-${t}-profile`);let n=JSON.stringify(t==="chrome"?qa:Ua);return s||Cs(js(t),()=>{let i=re.default.resolve(__dirname,`run-${t}-profile`),o=re.default.join(i,"Default");Fs.default.mkdirSync(o,{recursive:!0});let c=re.default.join(o,"Preferences");Fs.default.writeFileSync(c,n,"utf8")}),re.default.resolve(__dirname,`run-${t}-profile`)}function oc(t){let e=Array.isArray(t.extension)?t.extension:[t.extension],s=ic(t.browser,t.profile,!1);return[`--load-extension=${e.join()}`,`--user-data-dir=${s}`,"--no-first-run","--disable-client-side-phishing-detection","--disable-component-extensions-with-background-pages","--disable-default-apps","--disable-features=InterestFeedContentSuggestions","--disable-features=Translate","--hide-scrollbars","--mute-audio","--no-default-browser-check","--no-first-run","--ash-no-nudges","--disable-search-engine-choice-screen","--disable-features=MediaRoute","--use-mock-keychain","--disable-background-networking","--disable-breakpad","--disable-component-update","--disable-domain-reliability","--disable-features=AutofillServerCommunicatio","--disable-features=CertificateTransparencyComponentUpdate","--disable-sync","--disable-features=OptimizationHints","--disable-features=DialMediaRouteProvider","--no-pings","--enable-features=SidePanelUpdates",...t.browserFlags||[]]}process.on("SIGINT",()=>{process.exit()});process.on("SIGTERM",()=>{process.exit()});var Se=class{extension;browser;browserFlags;userDataDir;profile;preferences;startingUrl;autoReload;stats;constructor(e){this.extension=e.extension,this.browser=e.browser,this.browserFlags=e.browserFlags||[],this.userDataDir=e.userDataDir,this.profile=e.profile||e.userDataDir,this.preferences=e.preferences,this.startingUrl=e.startingUrl}launchChromium(e){let s;switch(e){case"chrome":s=require(`${e}-location`);break;case"edge":s=require(`${e}-location`)();break;default:s=require(`${e}`);break}ac.default.existsSync(s)||(console.error(Ve(e,s)),process.exit());let r=oc(this),n=this.startingUrl?[this.startingUrl,...r]:[...r],i=process.env.EXTENSION_ENV==="development"?"inherit":"ignore",o=(0,cc.spawn)(s,n,{stdio:i});process.env.EXTENSION_ENV==="development"&&(o.stdout?.pipe(process.stdout),o.stderr?.pipe(process.stderr))}apply(e){let s=!1;e.hooks.done.tapAsync("run-browsers:module",(r,n)=>{if(r.compilation.errors.length>0){n();return}if(s){n();return}this.launchChromium(this.browser),setTimeout(()=>{console.log($s(this.browser,r.compilation.options.mode))},2e3),s=!0,n()})}};var Fr=a(require("fs")),_c=a(require("path")),Dr=require("child_process");var Ge=a(require("fs")),Ds=a(require("path")),pc=a(require("os")),lc=a(require("which")),fc=process.platform==="darwin",cl=process.platform==="win32",pl=!fc&&!cl;function ll(){if(pl)try{return lc.default.sync("firefox")}catch{return null}else if(fc){let t="/Applications/Firefox.app/Contents/MacOS/firefox",e=Ds.default.join(pc.default.homedir(),t.slice(1));return Ge.default.existsSync(t)?t:Ge.default.existsSync(e)?e:null}else{let t=Ds.default.join("Mozilla Firefox","firefox.exe"),e=[process.env.LOCALAPPDATA,process.env.PROGRAMFILES,process.env["PROGRAMFILES(X86)"]];for(let r of e)if(r){let n=Ds.default.join(r,t);if(Ge.default.existsSync(n))return n}let s=["C:\\Program Files\\Mozilla Firefox\\firefox.exe","C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe"];for(let r of s)if(Ge.default.existsSync(r))return r;return null}}var Ls=ll();var uc=a(require("path")),Is=a(require("fs")),Cr=a(require("firefox-profile"));var fl={"app.update.enabled":!1,"browser.dom.window.dump.enabled":!0,"browser.formfill.enable":!1,"browser.link.open_newwindow":3,"browser.sessionstore.enabled":!1,"browser.shell.checkDefaultBrowser":!1,"browser.sync.enabled":!1,"browser.startup.page":0,"browser.startup.homepage_welcome_url":"about:blank","browser.startup.homepage_welcome_url_additional":"about:blank","browser.urlbar.suggest.bookmark":!1,"browser.urlbar.suggest.clipboard":!1,"browser.urlbar.suggest.history":!1,"browser.urlbar.suggest.openpage":!1,"browser.urlbar.suggest.remotetab":!1,"browser.urlbar.suggest.searches":!1,"browser.urlbar.suggest.topsites":!1,"browser.urlbar.suggest.engines":!1,"browser.urlbar.suggest.calculator":!1,"browser.urlbar.suggest.recentsearches":!1,"datareporting.policy.dataSubmissionEnabled":!1,"datareporting.policy.firstRunURL":"","devtools.browserconsole.contentMessages":!0,"devtools.chrome.enabled":!0,"devtools.debugger.prompt-connection":!1,"devtools.debugger.remote-enabled":!0,"devtools.errorconsole.enabled":!0,"extensions.installDistroAddons":!1,"extensions.autoDisableScopes":10,"extensions.chrome.enabled":!0,"extensions.logging.enabled":!1,"extensions.checkCompatibility.nightly":!1,"extensions.update.enabled":!1,"extensions.update.notifyUser":!1,"extensions.enabledScopes":5,"extensions.getAddons.cache.enabled":!1,"network.prefetch.next":!1,"network.speculative.preconnect.enabled":!1,"toolkit.telemetry.enabled":!1,"toolkit.telemetry.archive.enabled":!1,"toolkit.telemetry.newProfilePing.enabled":!1,"toolkit.recovery.enabled":!1,"urlclassifier.updateinterval":172800,"security.enterprise_roots.enabled":!0,"xpinstall.signatures.required":!1};function mc(t){return{...fl,...t}}function dc(t,e){let s=mc(e);Object.keys(s).forEach(i=>{t.setPreference(i,s[i])});let n=Object.keys(e);return n.length>0&&n.forEach(i=>{t.setPreference(i,e[i])}),t.updatePreferences(),t}function ml(t,e){let s=new Cr.default({destinationDirectory:t});return dc(s,e)}function ul(t,e,s){let r;if(Is.default.statSync(e).isDirectory())r=e;else throw new Error(Xa(t,e));let i=new Cr.default({destinationDirectory:r});return dc(i,s)}function gc(t,e,s,r){let n,i=e||uc.default.resolve(__dirname,"run-firefox-data-dir");return Is.default.existsSync(i)?n=ul(t,i,s||{}):(r||Cs(js(t),()=>{}),Is.default.mkdirSync(i,{recursive:!0}),n=ml(i,s||{})),n}async function hc(t,e){let{browser:s,startingUrl:r,preferences:n,userDataDir:i,browserConsole:o=!1,browserFlags:c=[]}=e,p=gc(s,i,n),l=[];r&&l.push(`--url "${r}"`),o&&l.push("--jsconsole"),c&&l.push(...c);let m=t.options.devServer?.port?t.options.devServer?.port+100:9222;return[`--binary-args "${c.join(" ")}"`,`--profile "${p.path()}"`,`--listen ${m}`,"--verbose"].join(" ")}var vc=a(require("path"));var yc=a(require("net")),bc=a(require("events"));function dl(t,e){let s=e.toString(),r=s.indexOf(":");if(r<1)return{remainingData:e};let n=parseInt(s.substring(0,r),10);if(isNaN(n))return{remainingData:e,error:new Error(Za(t)),fatal:!0};if(e.length-(r+1)<n)return{remainingData:e};let i=e.slice(r+1,r+1+n),o=e.slice(r+1+n);try{let c=JSON.parse(i.toString());return{remainingData:o,parsedMessage:c}}catch(c){return{remainingData:o,error:c,fatal:!1}}}var Os=class extends bc.default{incomingData=Buffer.alloc(0);pendingRequests=[];activeRequests=new Map;connection;async connect(e){await new Promise((s,r)=>{try{let n={port:e,host:"127.0.0.1"},i=yc.default.createConnection(n,()=>{s()});this.connection=i,i.on("data",this.onData.bind(this)),i.on("error",r),i.on("end",this.onEnd.bind(this)),i.on("timeout",this.onTimeout.bind(this)),this.expectReply("root",{resolve:s,reject:r})}catch(n){r(n)}})}disconnect(){this.connection&&(this.connection.removeAllListeners(),this.connection.end(),this.rejectAllRequests(new Error(Ya("firefox"))))}rejectAllRequests(e){this.activeRequests.forEach(s=>{s.reject(e)}),this.activeRequests.clear(),this.pendingRequests.forEach(({deferred:s})=>{s.reject(e)}),this.pendingRequests=[]}async request(e){let s=typeof e=="string"?{to:"root",type:e}:e;if(!s.to)throw new Error(Ka("firefox",s.type));return await new Promise((r,n)=>{let i={resolve:r,reject:n};this.pendingRequests.push({request:s,deferred:i}),this.flushPendingRequests()})}flushPendingRequests(){this.pendingRequests=this.pendingRequests.filter(({request:e,deferred:s})=>{if(this.activeRequests.has(e.to))return!0;if(!this.connection)throw new Error(Qa("firefox"));try{let r=`${Buffer.from(JSON.stringify(e)).length}:${JSON.stringify(e)}`;this.connection.write(r),this.expectReply(e.to,s)}catch(r){s.reject(r)}return!1})}expectReply(e,s){if(this.activeRequests.has(e))throw new Error(ec("firefox",e));this.activeRequests.set(e,s)}onData(e){for(this.incomingData=Buffer.concat([this.incomingData,e]);this.readMessage(););}readMessage(){let{remainingData:e,parsedMessage:s,error:r,fatal:n}=dl("firefox",this.incomingData);return this.incomingData=e,r?(this.emit("error",new Error(tc("firefox",r))),n&&this.disconnect(),!n):s?(this.handleMessage(s),!0):!1}handleMessage(e){if(!e.from){this.emit("error",new Error(sc("firefox",e)));return}let s=this.activeRequests.get(e.from);s?(this.activeRequests.delete(e.from),e.error?s.reject(e):s.resolve(e),this.flushPendingRequests()):this.emit("error",new Error(rc("firefox",JSON.stringify(e))))}onError(e){this.emit("error",e)}onEnd(){this.emit("end")}onTimeout(){this.emit("timeout")}};function wc(t){return t instanceof Error?String(t):`${t.error}: ${t.message}`}function xc(t,e){return Array.isArray(t)&&t.includes(e.code)?!0:e.code===t}var gl=150,hl=1e3,Ms=class{options;constructor(e){this.options=e}async connectClient(e){let s;for(let r of Array.from({length:gl}))try{let n=new Os;return await n.connect(e),n}catch(n){if(xc("ECONNREFUSED",n))await new Promise(i=>setTimeout(i,hl)),s=n;else throw console.error(Ha(this.options.browser,n.stack)),n}throw console.error(Va(this.options.browser)),s}async installAddons(e){let{devtools:s}=this.options,r=Array.isArray(this.options.extension)?this.options.extension:[this.options.extension],n=e.options.devServer?.port,i=n?n+100:9222,o=await this.connectClient(i);for(let[c,p]of r.entries()){let l=vc.default.join(p.replace(/"/g,"")),m=c===0&&s;try{let d=await o.request({to:"root",type:"getRoot"});await o.request({to:d.addonsActor,type:"installTemporaryAddon",addonPath:l,openDevTools:m})}catch(d){let g=wc(d);throw new Error(Ga(this.options.browser,g))}}}};var ne=null;process.on("SIGINT",()=>{ne&&ne.kill("SIGINT"),process.exit()});process.on("SIGTERM",()=>{ne&&ne.kill("SIGTERM"),process.exit()});var As=class{extension;browser;browserFlags;userDataDir;profile;preferences;startingUrl;autoReload;stats;constructor(e){this.extension=e.extension,this.browser=e.browser||"firefox",this.browserFlags=e.browserFlags||[],this.userDataDir=e.userDataDir,this.profile=e.profile,this.preferences=e.preferences,this.startingUrl=e.startingUrl}async getFxRunnerCommand(){let e=_c.default.join(process.cwd(),"node_modules",".bin","fx-runner"),s=ce()?"pnpm dlx -y fx-runner":"npx -y fx-runner";if(Fr.default.existsSync(e))return e;try{return await new Promise((r,n)=>{(0,Dr.exec)(`${s} --version`,i=>{i?n(i):r(null)})}),s}catch{console.error(Ve("firefox",e)),process.exit(1)}}async launchFirefox(e){let r=`${await this.getFxRunnerCommand()} start --binary "${Ls}" --foreground --no-remote`;Fr.default.existsSync(Ls||"")||(console.error(Ve(this.browser,Ls||"")),process.exit(1));let n=await hc(e,this),i=`${r} ${n}`;ne=(0,Dr.exec)(i,(c,p,l)=>{if(c!=null)throw c;l.includes("Unable to move the cache")?console.log(Wa(this.browser)):(console.log(Ba(this.browser)),process.exit())}),process.env.EXTENSION_ENV==="development"&&(ne.stdout?.pipe(process.stdout),ne.stderr?.pipe(process.stderr));let o=new Ms(this);try{await o.installAddons(e)}catch(c){c?.toString()?.includes("background.service_worker is currently disabled")&&(console.error(Ja(this.browser)),process.exit(1)),console.error(za(this.browser,c)),process.exit(1)}}apply(e){let s=!1;e.hooks.done.tapAsync("run-firefox:module",async(r,n)=>{if(r.compilation.errors.length>0){n();return}if(s){n();return}setTimeout(()=>{console.log($s(this.browser,r.compilation.options.mode))},2e3),await this.launchFirefox(e),s=!0,n()})}};var Rs=class{static name="plugin-browsers";extension;browser;browserFlags;userDataDir;profile;preferences;startingUrl;constructor(e){this.extension=[...e.extension,...e.browserFlags?.filter(s=>!s.startsWith("--load-extension="))||[]],this.browser=e.browser,this.browserFlags=e.browserFlags?.filter(s=>!s.startsWith("--load-extension="))||[],this.userDataDir=e.userDataDir,this.profile=e.profile||"",this.preferences=e.preferences||{},this.startingUrl=e.startingUrl||""}getProfilePath(e,s,r){return r||(e.options.mode==="production"?Lr.default.join(Sc.default.tmpdir(),"extension-js",s,"profile"):Lr.default.resolve(__dirname,`run-${s}-profile`))}apply(e){let s={stats:!0,extension:this.extension,browser:this.browser,browserFlags:this.browserFlags||[],userDataDir:this.getProfilePath(e,this.browser,this.userDataDir||this.profile)};switch(this.browser){case"chrome":{new Se({...s,browser:"chrome"}).apply(e);break}case"edge":new Se({...s,browser:"edge"}).apply(e);break;case"firefox":new As({...s,browser:"firefox"}).apply(e);break;default:{new Se({...s,browser:this.browser}).apply(e);break}}}};function B(t,e){let s=Xe.default.join(t,"manifest.json"),r=Xe.default.join(t,`dist/${e.browser}`),n=require(s);return{mode:e.mode||"development",entry:{},target:"web",context:t,devtool:n.manifest_version===3?"cheap-source-map":"eval-cheap-source-map",output:{clean:{keep(i){return!i.startsWith("hot/background")}},path:r,publicPath:"/",hotUpdateChunkFilename:"hot/[id].[fullhash].hot-update.js",hotUpdateMainFilename:"hot/[runtime].[fullhash].hot-update.json",environment:{bigIntLiteral:!0,dynamicImport:!0}},resolve:{modules:["node_modules",Xe.default.join(t,"node_modules")],extensions:[".js",".mjs",".jsx",".ts",".mts",".tsx",".json",".wasm",".less",".css",".sass",".scss"]},watchOptions:{ignored:/node_modules|dist/},module:{rules:[]},plugins:[new nt({manifestPath:s}),new ut({manifestPath:s,mode:e.mode}),new mt({manifestPath:s,mode:e.mode}),new bt({manifestPath:s,mode:e.mode}),process.env.EXTENSION_ENV==="development"&&new Es({manifestPath:s,browser:e.browser}),new _s({manifestPath:s,browser:e.browser,polyfill:e.polyfill}),new us({manifestPath:s,browser:e.browser,mode:e.mode}),new bs({manifestPath:s,browser:e.browser,stats:!0,port:e.port||8e3}),!e.noOpen&&new Rs({extension:[r,Xe.default.join(__dirname,"extensions",`${e.browser}-manager-extension`)],browser:e.browser,startingUrl:e.startingUrl,profile:e.profile||e.userDataDir,preferences:e.preferences,browserFlags:e.browserFlags})].filter(Boolean),stats:{all:!1,errors:!0,warnings:!0},infrastructureLogging:{level:"none"},performance:{hints:!1,maxAssetSize:999e3,maxEntrypointSize:999e3},optimization:{minimize:e.mode==="production"},experiments:{asyncWebAssembly:!0}}}var Ye=a(require("path")),ep=a(require("go-git-it"));var Ze=a(require("path")),Ns=a(require("fs")),u=require("@colors/colors/safe");function _(t){return`${t==="warn"?(0,u.brightYellow)("\u25BA\u25BA\u25BA"):t==="info"?(0,u.cyan)("\u25BA\u25BA\u25BA"):t==="error"?`${(0,u.bold)((0,u.red)("ERROR"))} in Extension.js ${(0,u.red)("\u2716\uFE0E\u2716\uFE0E\u2716\uFE0E")}`:(0,u.brightGreen)("\u25BA\u25BA\u25BA")}`}function Y(t){return`${_("error")} Manifest file not found.
|
|
128
128
|
|
|
129
129
|
Ensure the path to your extension exists and try again.
|
|
130
|
-
${(0,u.red)("NOT FOUND")} ${(0,u.underline)(t)}`}function
|
|
131
|
-
\u{1F9E9} ${(0,u.brightGreen)("Extension.js")} ${(0,u.gray)(`${
|
|
132
|
-
Extension Name ${(0,u.gray)(
|
|
130
|
+
${(0,u.red)("NOT FOUND")} ${(0,u.underline)(t)}`}function Ts(t){let e=t==="firefox"?"Add-on":"Extension";return`${_("info")} Building ${ie(t)} ${e} package...`}function qs(t,e){let s=Ze.default.join(t,"dist",e.browser||"chrome"),r=Ze.default.join(s,"manifest.json"),n=require(r),{name:i,version:o,hostPermissions:c,permissions:p}=n,l=Pc(t,n).defaultLocale,m=Pc(t,n).otherLocales.join(", "),d=`${l} ${m&&", "+m}`,g=c&&c.length,y=p&&p.length,E=Js().version;return`
|
|
131
|
+
\u{1F9E9} ${(0,u.brightGreen)("Extension.js")} ${(0,u.gray)(`${E}`)}
|
|
132
|
+
Extension Name ${(0,u.gray)(i)}
|
|
133
133
|
Extension Version ${(0,u.gray)(o)}
|
|
134
134
|
Locales ${(0,u.gray)(d)}
|
|
135
135
|
Host Permissions ${(0,u.gray)(g?c.join(", "):"Browser defaults")}
|
|
136
136
|
Permissions ${(0,u.gray)(y?p.join(", "):"Browser defaults")}
|
|
137
|
-
`}function
|
|
137
|
+
`}function kc(t,e){let s=t==="production"?u.brightBlue:u.brightBlue,r=e==="firefox"?"Add-on":"Extension";return`${_("success")} ${ie(e)} ${r} ready for ${s(t||"unknown")}.`}function Ec(t,e,s){let r=e?.toJson(),n=Ze.default.join(t,"manifest.json"),i=JSON.parse(Ns.default.readFileSync(n,"utf8")),o=r?.assets,c=`${_("info")} Building ${(0,u.cyan)(i.name)} extension using ${ie(s)} defaults...
|
|
138
138
|
|
|
139
139
|
`,p=`
|
|
140
|
-
Build completed in ${((r?.time||0)/1e3).toFixed(2)} seconds.`,l=`Build Target: ${(0,u.gray)(
|
|
140
|
+
Build completed in ${((r?.time||0)/1e3).toFixed(2)} seconds.`,l=`Build Target: ${(0,u.gray)(ie(s))}
|
|
141
141
|
`,m=`Build Status: ${e?.hasErrors()?(0,u.red)("Failed"):(0,u.brightGreen)("Success")}
|
|
142
142
|
`,d=`
|
|
143
|
-
Version: ${(0,u.gray)(
|
|
144
|
-
`,g=`Size: ${(0,u.gray)(
|
|
145
|
-
`,y="";return y+=c,y+=
|
|
146
|
-
${(0,u.gray)("URL")} ${(0,u.underline)(`https://github.com/${t}/${e}`)}`}function
|
|
143
|
+
Version: ${(0,u.gray)(i.version)}
|
|
144
|
+
`,g=`Size: ${(0,u.gray)(yl(o))}
|
|
145
|
+
`,y="";return y+=c,y+=bl(o),y+=d,y+=g,y+=l,y+=m,y+=p,y}function jc(){return`${_("success")} No errors or warnings found. Your extension is ${(0,u.brightGreen)("ready for deployment")}.`}function $c(t,e){return`${_("info")} Fetching data...
|
|
146
|
+
${(0,u.gray)("URL")} ${(0,u.underline)(`https://github.com/${t}/${e}`)}`}function Cc(t){return`${_("info")} Downloading ${(0,u.cyan)(t)}...`}function Fc(t){return`
|
|
147
147
|
${_("info")} Creating a new browser extension...
|
|
148
|
-
${(0,u.gray)("PATH")} ${(0,u.underline)(`${t}`)}`}function
|
|
149
|
-
${(0,u.gray)("PATH")} ${(0,u.underline)(t)}`}function
|
|
150
|
-
${(0,u.gray)("PATH")} ${(0,u.underline)(t)}.`}function
|
|
151
|
-
${(0,u.gray)("PATH")} ${(0,u.underline)(t)}`}function
|
|
148
|
+
${(0,u.gray)("PATH")} ${(0,u.underline)(`${t}`)}`}function Dc(t){return`${_("info")} No ${(0,u.brightYellow)(".gitignore")} found, zipping all the content inside path:
|
|
149
|
+
${(0,u.gray)("PATH")} ${(0,u.underline)(t)}`}function Lc(t){return`${_("info")} Packaging source files. Files in ${(0,u.brightYellow)(".gitignore")} will be excluded...
|
|
150
|
+
${(0,u.gray)("PATH")} ${(0,u.underline)(t)}.`}function Ic(t){return`${_("info")} Packaging extension distribution files...
|
|
151
|
+
${(0,u.gray)("PATH")} ${(0,u.underline)(t)}`}function Oc(t,e,s,r){return`\u{1F4E6} Package name: ${(0,u.brightYellow)(`${e}`)}, Target Browser: ${`${ie(t)}`}
|
|
152
152
|
${(0,u.gray)("\u2514\u2500")} ${(0,u.underline)(`${s}`)} (source)
|
|
153
|
-
${(0,u.gray)("\u2514\u2500")} ${(0,u.underline)(`${r}`)} (distribution)`}function
|
|
154
|
-
${(0,u.gray)("\u2514\u2500")} ${(0,u.underline)(`${r}`)} ${(0,u.gray)("(distribution)")}`}function
|
|
155
|
-
${(0,u.gray)("\u2514\u2500")} ${(0,u.underline)(`${r}`)} (source)`}function
|
|
156
|
-
${(0,u.red)(t)}`}function
|
|
157
|
-
${(0,u.red)(t)}`}function
|
|
158
|
-
${(0,u.gray)("URL")} ${(0,u.underline)(t)}`}function
|
|
159
|
-
${(0,u.gray)("PATH")} ${(0,u.underline)(t)}`}function
|
|
160
|
-
`,typeof t[r]=="object"&&!t[r].size&&(s+=
|
|
161
|
-
${
|
|
153
|
+
${(0,u.gray)("\u2514\u2500")} ${(0,u.underline)(`${r}`)} (distribution)`}function Mc(t,e,s,r){return`\u{1F4E6} Package name: ${(0,u.brightYellow)(`${t}.${e}`)}, Target Browser: ${`${ie(s)}`}
|
|
154
|
+
${(0,u.gray)("\u2514\u2500")} ${(0,u.underline)(`${r}`)} ${(0,u.gray)("(distribution)")}`}function Ac(t,e,s,r){return`\u{1F4E6} Package name: ${(0,u.brightYellow)(`${t}-source.${e}`)}, Target Browser: ${`${ie(s)}`}
|
|
155
|
+
${(0,u.gray)("\u2514\u2500")} ${(0,u.underline)(`${r}`)} (source)`}function Rc(t){return`${_("error")} Failed to compress extension package.
|
|
156
|
+
${(0,u.red)(t)}`}function Nc(t){return`${_("info")} Writing type definitions for ${(0,u.cyan)(t.name||"")}...`}function Tc(t){return`${_("error")} Failed to write the extension type definition.
|
|
157
|
+
${(0,u.red)(t)}`}function qc(t){return`${_("info")} Downloading extension...
|
|
158
|
+
${(0,u.gray)("URL")} ${(0,u.underline)(t)}`}function Uc(t){return`${_("info")} Unpackaging browser extension...
|
|
159
|
+
${(0,u.gray)("PATH")} ${(0,u.underline)(t)}`}function Wc(){return`${_("info")} Browser extension unpackaged ${(0,u.brightGreen)("successfully")}. Compiling...`}function Bc(t){return`${_("error")} Failed to download or extract ZIP file. ${(0,u.red)(t)}`}function ie(t){return t.charAt(0).toUpperCase()+t.slice(1)}function Pc(t,e){let s=e.default_locale,r=Ze.default.join(t,"_locales");if(!Ns.default.existsSync(r))return{defaultLocale:"Browser defaults",otherLocales:[]};let n=Ns.default.readdirSync(r).filter(i=>i!==s);return{defaultLocale:s,otherLocales:n}}function Jc(t){return`${(t/1024).toFixed(2)}KB`}function yl(t){let e=0;return t?.forEach(s=>{e+=s.size}),Jc(e)}function zc(t,e=""){let s="";return Object.keys(t).forEach((r,n,i)=>{let o=n===i.length-1,c=o?"\u2514\u2500":"\u251C\u2500",p=t[r].size?` (${Jc(t[r].size)})`:"";s+=`${(0,u.gray)(e)}${(0,u.gray)(c)} ${r}${(0,u.gray)(p)}
|
|
160
|
+
`,typeof t[r]=="object"&&!t[r].size&&(s+=zc(t[r],`${e}${o?" ":(0,u.gray)("\u2502 ")}`))}),s}function bl(t){let e={};return t?.forEach(s=>{let r=s.name.split("/"),n=e;r.forEach((i,o)=>{n[i]||(n[i]={}),o===r.length-1?n[i]={size:s.size}:n=n[i]})}),`.
|
|
161
|
+
${zc(e)}`}function Hc(t){return`${_("info")} Using ${(0,u.brightYellow)(t)}. ${(0,u.magenta)("This is very experimental")}.`}function Vc(t){return`${_("info")} Installing ${(0,u.cyan)(t)} dependencies...`}function Gc(t,e,s){return`${_("error")} Command ${t} ${e.join(" ")} failed with exit code ${s}`}function Xc(t){return`${_("error")} Can't install project dependencies. ${(0,u.red)(t.message||t.toString())}`}var Us=a(require("path")),Zc=a(require("axios")),Yc=a(require("adm-zip"));var Ir=a(require("stream")),Kc=require("util"),wl=(0,Kc.promisify)(Ir.default.pipeline);async function Qc(t,e){let s=t.split("?")[0];try{console.log(qc(s));let r=await(0,Zc.default)({url:t,method:"GET",responseType:"stream"}),n=Us.default.extname(s),i=Us.default.basename(s,n),o=Us.default.join(e,i);console.log(Uc(o));let c=[];await wl(r.data,new Ir.default.Writable({write(m,d,g){c.push(m),g()}}));let p=Buffer.concat(c);return new Yc.default(p).extractAllTo(o,!0),console.log(Wc()),o}catch(r){throw console.error(Bc(r)),r}}var xl=t=>{try{return new URL(t),!0}catch{return!1}};async function vl(t,e){return await(0,ep.default)(t,process.cwd(),e),Ye.default.resolve(process.cwd(),Ye.default.basename(t))}async function _l(t){return await Qc(t,process.cwd())}async function K(t){if(!t)return process.cwd();if(xl(t)){let e=new URL(t);if(e.protocol.startsWith("http")){if(e.origin!=="https://github.com")return await _l(t);let s=e.pathname.split("/"),r=s.slice(1,3)[0],n=s.slice(1,3)[1];console.log($c(r,n));let i=Ye.default.basename(e.pathname),o=await vl(t,Cc(i));return console.log(Fc(i)),o}}return Ye.default.resolve(process.cwd(),t)}var J=a(require("path")),tp=a(require("fs")),sp=a(require("ignore")),rp=a(require("tiny-glob")),Or=a(require("adm-zip")),np=a(require("slugify"));function Sl(t){try{return tp.default.readFileSync(t,"utf8")}catch{return""}}function Pl(t){return(0,np.default)(t,{replacement:"-",remove:/[^a-zA-Z0-9 ]/g,lower:!0})}function kl(t){switch(t){case"opera":return"crx";case"firefox":return"xpi";default:return"zip"}}function El(t,e){let s=Pl(e.zipFilename||t.name);return e.zipFilename?s:`${s}-${t.version}`}async function jl(t){let e=J.default.join(t,".gitignore"),s=Sl(e),r=(0,sp.default)();return s?r.add(s):console.log(Dc(t)),(await(0,rp.default)("**/*",{cwd:t,dot:!0})).filter(i=>!r.ignores(i))}async function ip(t,{browser:e="chrome",...s}){try{let r=J.default.join(t,"dist"),n=J.default.join(r,e),i=s.zipSource?t:n,o=require(J.default.join(i,"manifest.json")),c=El(o,s),p=kl(e),l=J.default.join(n,`${c}.${p}`),m=J.default.join(r,`${c}-source.${p}`);if(s.zipSource){console.log(""),console.log(Lc(m));let d=new Or.default;(await jl(t)).forEach(y=>{d.addLocalFile(J.default.join(t,y),J.default.dirname(y))}),d.writeZip(m)}if(s.zip){console.log(""),console.log(Ic(l));let d=new Or.default;d.addLocalFolder(n),d.writeZip(l)}s.zip&&s.zipSource?(console.log(""),console.log(Oc(e,c,m,l))):s.zip?(console.log(""),console.log(Mc(c,p,e,l))):s.zipSource&&(console.log(""),console.log(Ac(c,p,e,m)))}catch(r){throw console.error(Rc(r)),r}}var Mr=a(require("fs")),Ar=a(require("path"));function Q(t){let e=Ar.default.join(t,"extension.config.js");if(Mr.default.existsSync(e)&&$l(t)){let s=require(e);if(s&&s!=null&&s&&typeof s.config=="function")return s.config}return s=>s}function $l(t){let e=Ar.default.join(t,"extension.config.js");return Mr.default.existsSync(e)?(console.log(Hc("extension.config.js")),!0):!1}async function pp(t,e){let s=await K(t);!t?.startsWith("http")&&!op.default.existsSync(Rr.default.join(s,"manifest.json"))&&(console.log(Y(Rr.default.join(s,"manifest.json"))),process.exit(1));try{let r=e?.browser||"chrome",n=B(s,{...e,browser:r,mode:"production"}),i=n.plugins?.filter(m=>m?.constructor.name!=="plugin-browsers"&&m?.constructor.name!=="plugin-reload"),c=Q(s)({...n,plugins:i}),p=(0,cp.merge)(c),l=(0,ap.default)(p);await new Promise((m,d)=>{l.run(async(g,y)=>{if(g)return console.error(g.stack||g),d(g);console.log(Ec(s,y,r)),(e?.zip||e?.zipSource)&&await ip(s,{...e,browser:r}),y?.hasErrors()?(console.log(y.toString({colors:!0})),process.exit(1)):(console.log(jc()),m())})})}catch(r){process.env.EXTENSION_ENV==="development"&&console.error(r),process.exit(1)}}var qr=a(require("fs")),Bs=a(require("path"));var Tr=a(require("path")),lp=a(require("webpack")),fp=a(require("webpack-dev-server")),mp=require("webpack-merge");function Nr(t){t.stop().then(()=>{process.exit()}).catch(e=>{console.log(`Error in the Extension.js runner: ${e.stack||""}`)})}async function up(t,{...e}){let s=B(t,{...e,mode:"development"}),n=Q(t)(s),i=(0,mp.merge)(n),o=(0,lp.default)(i),c={host:"127.0.0.1",allowedHosts:"all",static:Tr.default.join(t,"public"),compress:!1,devMiddleware:{writeToDisk:!0},watchFiles:ot(t)?void 0:{paths:[Tr.default.join(t,"**/*.html")],options:{usePolling:!0,interval:1e3}},client:{logging:process.env.EXTENSION_ENV==="development"?"error":"none",progress:!1,overlay:!1},headers:{"Access-Control-Allow-Origin":"*"},port:"auto",hot:"only"},p=new fp.default(c,o);p.startCallback(l=>{l!=null&&console.log(`Error in the Extension.js runner: ${l.stack||""}`)}),process.on("ERROR",()=>{Nr(p)}),process.on("SIGINT",()=>{Nr(p)}),process.on("SIGTERM",()=>{Nr(p)})}var Ws=a(require("path")),Pe=a(require("fs/promises"));async function dp(t){let e=Ws.default.join(t,"extension-env.d.ts"),s=process.env.EXTENSION_ENV==="development"?Ws.default.resolve(process.cwd(),"programs/cli/types"):"extension/dist/types",r=`// Required Extension.js types for TypeScript projects.
|
|
162
162
|
// This file is auto-generated and should not be excluded.
|
|
163
163
|
// If you need additional types, consider creating a new *.d.ts file and
|
|
164
164
|
// referencing it in the "include" array of your tsconfig.json file.
|
|
@@ -167,4 +167,4 @@ ${Gc(e)}`}function Xc(t){return`${_("info")} Using ${(0,u.magenta)(t)}. ${(0,u.b
|
|
|
167
167
|
|
|
168
168
|
// Polyfill types for browser.* APIs.
|
|
169
169
|
/// <reference types="${s}/polyfill.d.ts" />
|
|
170
|
-
`;try{await
|
|
170
|
+
`;try{await Pe.default.access(e),(await Pe.default.readFile(e,"utf8")).includes("develop/dist/types")&&await Pe.default.writeFile(e,r),process.env.EXTENSION_ENV==="development"&&await Pe.default.writeFile(e,r)}catch{let i=require(Ws.default.join(t,"manifest.json"));console.log(Nc(i));try{await Pe.default.writeFile(e,r)}catch(o){console.log(Tc(o))}}}var gp=a(require("path")),hp=require("cross-spawn"),yp=a(require("fs")),bp=require("package-manager-detector");async function Cl(){let t=await(0,bp.detect)(),e="npm";if(ce())return"pnpm";switch(t?.name){case"yarn":e="yarn";break;case"pnpm":e="pnpm";break;default:e="npm"}return e}function Fl(){return["install"]}async function wp(t){let e=gp.default.join(t,"node_modules"),s=await Cl(),r=Fl(),n=process.cwd();try{process.chdir(t),await yp.default.promises.mkdir(e,{recursive:!0});let i=process.env.EXTENSION_ENV==="development"?"inherit":"ignore",o=(0,hp.spawn)(s,r,{stdio:i});await new Promise((c,p)=>{o.on("close",l=>{l!==0?p(new Error(Gc(s,r,l))):c()}),o.on("error",l=>{p(l)})})}catch(i){console.error(Xc(i)),process.exit(1)}finally{process.chdir(n)}}async function xp(t,e){let s=await K(t),r=Bs.default.join(s,"manifest.json");!t?.startsWith("http")&&!qr.default.existsSync(r)&&(console.log(Y(Bs.default.join(s,"manifest.json"))),process.exit(1));try{G(s)&&await dp(s);let n=Bs.default.join(s,"node_modules");if(!qr.default.existsSync(n)){let i=require(r).name;console.log(Vc(i)),await wp(s)}setTimeout(async()=>{await up(s,{...e,mode:"development",browser:e.browser||"chrome"})},50)}catch(n){process.env.EXTENSION_ENV==="development"&&console.error(n),process.exit(1)}}var vp=a(require("fs")),Ur=a(require("path")),_p=a(require("webpack")),Sp=require("webpack-merge");async function Pp(t,e){let s=await K(t);!t?.startsWith("http")&&!vp.default.existsSync(Ur.default.join(s,"manifest.json"))&&(console.log(Y(Ur.default.join(s,"manifest.json"))),process.exit(1));try{let r=e.browser||"chrome",n=B(s,{...e,browser:r,mode:"production"}),i=n.plugins?.filter(m=>m?.constructor.name==="plugin-browsers");console.log(Ts(r));let c=Q(s)({...n,plugins:i}),p=(0,Sp.merge)(c);(0,_p.default)(p).run(async(m,d)=>{m&&(console.error(m.stack||m),process.exit(1)),d?.hasErrors()?(console.log(d.toString({colors:!0})),process.exit(1)):console.log(qs(s,{browser:r,mode:"production"}))})}catch(r){process.env.EXTENSION_ENV==="development"&&console.error(r),process.exit(1)}}var kp=a(require("fs")),Wr=a(require("path")),Ep=a(require("webpack")),jp=require("webpack-merge");async function $p(t,e){let s=await K(t);!t?.startsWith("http")&&!kp.default.existsSync(Wr.default.join(s,"manifest.json"))&&(console.log(Y(Wr.default.join(s,"manifest.json"))),process.exit(1));try{let r=e.browser||"chrome",n=B(s,{...e,browser:r,mode:"production"}),i=n.plugins?.filter(m=>m?.constructor.name!=="plugin-reload");console.log(Ts(r));let c=Q(s)({...n,plugins:i}),p=(0,jp.merge)(c);(0,Ep.default)(p).run((m,d)=>{m&&(console.error(m.stack||m),process.exit(1)),d?.hasErrors()?(console.log(d.toString({colors:!0})),process.exit(1)):(console.log(qs(s,e)),setTimeout(()=>{console.log(kc("production",r))},1500))})}catch(r){process.env.EXTENSION_ENV==="development"&&console.error(r),process.exit(1)}}0&&(module.exports={extensionBuild,extensionDev,extensionPreview,extensionStart});
|
package/dist/resolver-module.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var p=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var d=(r,e)=>{for(var t in e)p(r,t,{get:e[t],enumerable:!0})},y=(r,e,t,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of a(e))!g.call(r,n)&&n!==t&&p(r,n,{get:()=>e[n],enumerable:!(s=l(e,n))||s.enumerable});return r};var v=r=>y(p({},"__esModule",{value:!0}),r);var U={};d(U,{default:()=>R});module.exports=v(U);var c={resolverNotFoundError(){console.error('Could not resolve file path. Ensure the file exists in the "public" or "pages" directory.')},resolverHtmlError:r=>(console.error(`Could not resolve path ${r}. Either add it to the "public" directory or create a page in the "pages" directory.`),r),resolverJsError:r=>`Could not resolve path ${r}. Either add it to the "public" directory or create a script in the "scripts" directory.`,resolverStaticError:r=>`Could not resolve path ${r}. If you want to preserve this file path, add the file to the "public" directory.`};function u(r){let e=r.split("/"),t=[];for(let s of e)s===".."||s==="."||s!==""&&t.push(s);return t.join("/")}function h(r){return r?.endsWith(".html")?(console.error(c.resolverHtmlError(r)),r):r?.endsWith(".js")?(console.error(c.resolverJsError(r)),r):(r&&console.error(c.resolverStaticError(r)),r)}var E={data:
|
|
1
|
+
"use strict";var p=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var d=(r,e)=>{for(var t in e)p(r,t,{get:e[t],enumerable:!0})},y=(r,e,t,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of a(e))!g.call(r,n)&&n!==t&&p(r,n,{get:()=>e[n],enumerable:!(s=l(e,n))||s.enumerable});return r};var v=r=>y(p({},"__esModule",{value:!0}),r);var U={};d(U,{default:()=>R});module.exports=v(U);var c={resolverNotFoundError(){console.error('Could not resolve file path. Ensure the file exists in the "public" or "pages" directory.')},resolverHtmlError:r=>(console.error(`Could not resolve path ${r}. Either add it to the "public" directory or create a page in the "pages" directory.`),r),resolverJsError:r=>`Could not resolve path ${r}. Either add it to the "public" directory or create a script in the "scripts" directory.`,resolverStaticError:r=>`Could not resolve path ${r}. If you want to preserve this file path, add the file to the "public" directory.`};function u(r){let e=r.split("/"),t=[];for(let s of e)s===".."||s==="."||s!==""&&t.push(s);return t.join("/")}function h(r){return r?.endsWith(".html")?(console.error(c.resolverHtmlError(r)),r):r?.endsWith(".js")?(console.error(c.resolverJsError(r)),r):(r&&console.error(c.resolverStaticError(r)),r)}var E={data:"__RESOLVER_MODULE_FILE_LIST__"};function o(r){if(!r)return c.resolverNotFoundError(),"";if(r?.startsWith("http")||r?.startsWith("chrome://")||r?.startsWith("about:"))return r;if(r?.startsWith("chrome-extension://")){let s=chrome.runtime.getURL("");if(r.startsWith(s)){let n=r.replace(s,"");return chrome.runtime.getURL(o(n))}return r}if(r?.startsWith("/_favicon"))return r;let e=Object.entries(E.data).find(([s,n])=>{let i=u(r);return n===i||n===`pages/${i}`||n===`scripts/${i}`?s:!1}),t=u(r);return t.includes("public/")?"/"+t:e&&e.length?e[0]:(r!=="/"&&h(r),r)}function f(r){if(typeof r=="string")return o(r);let e=t=>({...t,...t?.path&&{path:typeof t.path=="string"?o(t.path):Object.entries(t.path).reduce((s,[n,i])=>(s[n]=o(i),s),{})},...t?.popup&&{popup:o(t.popup)},...t?.url&&{url:Array.isArray(t?.url)?t?.url.map(s=>o(s)):o(t?.url)},...t?.iconUrl&&{iconUrl:o(t.iconUrl)},...t?.files&&{files:t.files.map(s=>o(s))},...t?.js&&{js:Array.isArray(t.js)?t.js.map(s=>o(s)):t.js},...t?.css&&{css:Array.isArray(t.css)?t.css.map(s=>o(s)):t.css}});return Array.isArray(r)?r.map(t=>e(t)):{...e(r||{})}}var m={solve:f},R=m;
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"node": ">=18"
|
|
10
10
|
},
|
|
11
11
|
"name": "extension-develop",
|
|
12
|
-
"version": "2.0.0-alpha.
|
|
12
|
+
"version": "2.0.0-alpha.24",
|
|
13
13
|
"description": "The develop step of Extension.js",
|
|
14
14
|
"main": "./dist/module.js",
|
|
15
15
|
"types": "./dist/module.d.ts",
|
|
@@ -31,14 +31,12 @@
|
|
|
31
31
|
"ajv": "^8.17.1",
|
|
32
32
|
"astring": "^1.8.6",
|
|
33
33
|
"axios": "^1.6.8",
|
|
34
|
-
"browser-extension-manifest-fields": "^1.0.6",
|
|
35
34
|
"case-sensitive-paths-webpack-plugin": "^2.4.0",
|
|
36
35
|
"chokidar": "^3.6.0",
|
|
37
36
|
"chrome-location": "^1.2.1",
|
|
38
37
|
"content-security-policy-parser": "^0.6.0",
|
|
39
38
|
"css-loader": "^6.10.0",
|
|
40
39
|
"csv-loader": "^3.0.5",
|
|
41
|
-
"detect-package-manager": "^3.0.2",
|
|
42
40
|
"dotenv-webpack": "^8.0.1",
|
|
43
41
|
"edge-location": "^1.0.0",
|
|
44
42
|
"firefox-profile": "^4.6.0",
|
|
@@ -48,6 +46,7 @@
|
|
|
48
46
|
"loader-utils": "^3.3.1",
|
|
49
47
|
"micromatch": "^4.0.7",
|
|
50
48
|
"mini-css-extract-plugin": "^2.8.1",
|
|
49
|
+
"package-manager-detector": "^0.2.0",
|
|
51
50
|
"parse5": "^7.1.2",
|
|
52
51
|
"parse5-utils": "^2.0.0",
|
|
53
52
|
"postcss": "^8.4.45",
|
|
@@ -80,13 +79,10 @@
|
|
|
80
79
|
"typescript": "5.3.3"
|
|
81
80
|
},
|
|
82
81
|
"optionalDependencies": {
|
|
83
|
-
"@babel/core": "^7.24.9",
|
|
84
82
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
|
|
85
83
|
"@prefresh/webpack": "^4.0.1",
|
|
86
|
-
"@vue/compiler-sfc": "^3.4.34",
|
|
87
84
|
"babel-loader": "^9.1.3",
|
|
88
85
|
"babel-preset-modern-browser-extension": "^0.7.0",
|
|
89
|
-
"less": "^4.2.0",
|
|
90
86
|
"less-loader": "^12.2.0",
|
|
91
87
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
92
88
|
"postcss-loader": "^8.1.1",
|
|
@@ -96,12 +92,7 @@
|
|
|
96
92
|
"react-refresh": "^0.14.2",
|
|
97
93
|
"react-refresh-typescript": "^2.0.9",
|
|
98
94
|
"resolve-url-loader": "^5.0.0",
|
|
99
|
-
"sass": "^1.77.8",
|
|
100
95
|
"sass-loader": "^16.0.0",
|
|
101
|
-
"stylelint": "^16.7.0",
|
|
102
|
-
"stylelint-config-standard-scss": "^13.1.0",
|
|
103
|
-
"stylelint-webpack-plugin": "^5.0.1",
|
|
104
|
-
"tailwindcss": "^3.4.7",
|
|
105
96
|
"vue-loader": "^17.4.2",
|
|
106
97
|
"vue-style-loader": "^4.1.3",
|
|
107
98
|
"vue-template-compiler": "^2.7.16"
|