Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "1.0.4",
"description": "__MSG_appDesc__",
"author": "Vadym Trebushnyi(CepeshRC)",
"default_locale": "en",
"permissions": [
"storage",
"tabs",
"sidePanel",
"scripting"
],
"host_permissions": [
"https:\/\/gemini.google.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/gemini.google.com\/*"
],
"js": [
"assets\/vendor\/html2pdf\/html2pdf.bundle.min.js",
"content.js"
],
"css": [
"anwingels-injector.css"
],
"run_at": "document_start"
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"ExtPay.js"
],
"run_at": "document_start"
}
],
"side_panel": {
"default_path": "popup.html"
},
"action": {
"default_title": "__MSG_actionTitle__"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"themes\/*.css",
"assets\/fonts\/montserrat\/*.ttf",
"assets\/fonts\/orbitron\/*.ttf",
"assets\/fonts\/inter\/*.ttf",
"anwingels.html",
"anwingels.css",
"anwingels.js",
"icons\/icon128.png",
"ExtPay.js",
"success\/*"
],
"matches": [
"https:\/\/gemini.google.com\/*"
]
}
]
}