Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@
"default_extension": false
},
{
"id": "lhgoolpdddhhfahbnofaomjhfhfjfhop",
"name": "AI Researcher",
"id": "camnchoknfhbopinjcjdlgecmgnmbemd",
"name": "Wootz AI",
"campaign": "ai_researcher",
"description": "AI-powered web research assistant that provides intelligent summaries, comprehensive research, and fact-checking for any webpage using advanced language models.",
"version": "1.0.2",
"version": "1.0.3",
"author": "Wootzapp Team",
"download_url": "https://raw.githubusercontent.com/wootzapp/ext-store/main/web%20summary/AIResearcher.crx",
"download_url": "https://raw.githubusercontent.com/wootzapp/ext-store/main/web%20summary/WootzAI.crx",
"icon_url": "https://raw.githubusercontent.com/wootzapp/ext-store/main/web%20summary/repo/public/icons/icon128.png",
"github_url": "https://github.com/wootzapp/ext-store/tree/main/web%20summary/repo",
"tags": [
Expand Down
Binary file removed web summary/AIResearcher.crx
Binary file not shown.
Binary file added web summary/WootzAI.crx
Binary file not shown.
10 changes: 10 additions & 0 deletions web summary/repo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions web summary/repo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"framer-motion": "^12.23.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.26.1",
"react-syntax-highlighter": "^15.6.1",
Expand Down
Binary file added web summary/repo/public/icons/WootzAi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web summary/repo/public/icons/chatIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web summary/repo/public/icons/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web summary/repo/public/icons/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web summary/repo/public/icons/icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions web summary/repo/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"manifest_version": 3,
"name": "Web Summary",
"version": "1.0.2",
"description": "Transform webpages into concise insights with AI-powered summarization",
"name": "Wootz AI",
"version": "1.0.3",
"description": "AI-powered chat and web analysis with summarization and fact checking capabilities.",
"permissions": [
"activeTab",
"storage",
"alarms",
"scripting"
"scripting",
"wootz"
],
"host_permissions": [
"<all_urls>"
Expand All @@ -24,12 +25,10 @@
],
"action": {
"features": [
"AI Research",
"Page Analysis",
"Fact Checker"
"Wootz AI"
],
"default_popup": "popup.html",
"default_title": "Web Summary"
"default_title": "Wootz AI"
},
"icons": {
"16": "icons/icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion web summary/repo/src/config/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* API Configuration for Web Summary Extension
* API Configuration for Wootz AI Extension
*
* This module provides configuration constants and utilities for API requests,
* content processing, and rate limiting. It works alongside the dynamic
Expand Down
Loading