Skip to content

Instantly share code, notes, and snippets.

@tezansahu
Created April 23, 2022 22:22
Show Gist options
  • Save tezansahu/82d6c588acaacfa727e31d14d6d225d4 to your computer and use it in GitHub Desktop.
Save tezansahu/82d6c588acaacfa727e31d14d6d225d4 to your computer and use it in GitHub Desktop.
{
"name": "Janus AI",
"description": "AI-based Smart Paraphrasing Solution",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"tabs",
"scripting"
],
"host_permissions": ["https://*/"],
"action": {
"default_title": "Janus AI",
"default_icon": "assets/icons/icon.png",
"default_popup": "popup/popup.html"
},
"icons": {
"16": "assets/icons/icon.png",
"32": "assets/icons/icon.png",
"48": "assets/icons/icon.png",
"128": "assets/icons/icon.png"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment