GROQ Summarizer

GROQ Summarizer

Quickly summarize any article with GROQ at lightening speed. Your chatGPT alternative with better quality and speed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "GROQ Summarizer",
  "version": "1.0.10",
  "description": "Quickly summarize any article with GROQ at lightening speed. Your chatGPT alternative with better quality and speed.",
  "action": {
    "default_popup": "index.html",
    "default_icon": {
      "16": "logo16.png",
      "48": "logo48.png",
      "128": "logo128.png"
    }
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "tts"
  ]
}