├── README.md ├── _locales └── en │ └── messages.json ├── background.iife.js ├── content ├── _content.css ├── icons │ ├── plus.svg │ ├── send.svg │ ├── smallchat.svg │ └── x.svg ├── index.iife.js └── search-overlay.css ├── icon-128.png ├── icon-32.png ├── manifest.json ├── options ├── _options.css ├── assets │ ├── index-CjXLhO7X.css │ └── index-DQL1EUCe.js └── index.html └── side-panel ├── assets ├── index-CsqteR1C.js └── index-LMUFTnHK.css ├── icons ├── agent.svg ├── askwonder.svg ├── copy-03.svg ├── history.svg ├── image1.svg ├── navigator.svg ├── planner.svg ├── plus.svg ├── refresh-cw-05.svg ├── search.svg ├── send.svg ├── settings.svg ├── sidebar.svg ├── smallchat.svg ├── stop.svg ├── system.svg ├── user.svg ├── validator.svg ├── voice.svg ├── working.svg └── x.svg └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/README.md -------------------------------------------------------------------------------- /_locales/en/messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/_locales/en/messages.json -------------------------------------------------------------------------------- /background.iife.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/background.iife.js -------------------------------------------------------------------------------- /content/_content.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/content/_content.css -------------------------------------------------------------------------------- /content/icons/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/content/icons/plus.svg -------------------------------------------------------------------------------- /content/icons/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/content/icons/send.svg -------------------------------------------------------------------------------- /content/icons/smallchat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/content/icons/smallchat.svg -------------------------------------------------------------------------------- /content/icons/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/content/icons/x.svg -------------------------------------------------------------------------------- /content/index.iife.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/content/index.iife.js -------------------------------------------------------------------------------- /content/search-overlay.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/content/search-overlay.css -------------------------------------------------------------------------------- /icon-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/icon-128.png -------------------------------------------------------------------------------- /icon-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/icon-32.png -------------------------------------------------------------------------------- /manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/manifest.json -------------------------------------------------------------------------------- /options/_options.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /options/assets/index-CjXLhO7X.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/options/assets/index-CjXLhO7X.css -------------------------------------------------------------------------------- /options/assets/index-DQL1EUCe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/options/assets/index-DQL1EUCe.js -------------------------------------------------------------------------------- /options/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/options/index.html -------------------------------------------------------------------------------- /side-panel/assets/index-CsqteR1C.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/assets/index-CsqteR1C.js -------------------------------------------------------------------------------- /side-panel/assets/index-LMUFTnHK.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/assets/index-LMUFTnHK.css -------------------------------------------------------------------------------- /side-panel/icons/agent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/agent.svg -------------------------------------------------------------------------------- /side-panel/icons/askwonder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/askwonder.svg -------------------------------------------------------------------------------- /side-panel/icons/copy-03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/copy-03.svg -------------------------------------------------------------------------------- /side-panel/icons/history.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/history.svg -------------------------------------------------------------------------------- /side-panel/icons/image1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/image1.svg -------------------------------------------------------------------------------- /side-panel/icons/navigator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/navigator.svg -------------------------------------------------------------------------------- /side-panel/icons/planner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/planner.svg -------------------------------------------------------------------------------- /side-panel/icons/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/plus.svg -------------------------------------------------------------------------------- /side-panel/icons/refresh-cw-05.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/refresh-cw-05.svg -------------------------------------------------------------------------------- /side-panel/icons/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/search.svg -------------------------------------------------------------------------------- /side-panel/icons/send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/send.svg -------------------------------------------------------------------------------- /side-panel/icons/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/settings.svg -------------------------------------------------------------------------------- /side-panel/icons/sidebar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/sidebar.svg -------------------------------------------------------------------------------- /side-panel/icons/smallchat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/smallchat.svg -------------------------------------------------------------------------------- /side-panel/icons/stop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/stop.svg -------------------------------------------------------------------------------- /side-panel/icons/system.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/system.svg -------------------------------------------------------------------------------- /side-panel/icons/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/user.svg -------------------------------------------------------------------------------- /side-panel/icons/validator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/validator.svg -------------------------------------------------------------------------------- /side-panel/icons/voice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/voice.svg -------------------------------------------------------------------------------- /side-panel/icons/working.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/working.svg -------------------------------------------------------------------------------- /side-panel/icons/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/icons/x.svg -------------------------------------------------------------------------------- /side-panel/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndiJegeni/wonder/HEAD/side-panel/index.html --------------------------------------------------------------------------------