Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Yolando AI Visibility Score (GEO)",
"description": "See how AI-ready your content is. Instant scores and specific fixes to improve visibility in ChatGPT, Perplexity, and Gemini",
"version": "1.0.0",
"icons": {
"16": "logos\/Brandmark - Dark mode.png",
"48": "logos\/Brandmark - Dark mode.png",
"128": "logos\/Brandmark - Dark mode.png"
},
"action": {
"default_title": "Yolando GEO Grader",
"default_icon": {
"16": "logos\/Brandmark - Dark mode.png",
"48": "logos\/Brandmark - Dark mode.png",
"128": "logos\/Brandmark - Dark mode.png"
}
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"sidePanel",
"tabs",
"identity"
],
"oauth2": {
"client_id": "4686076404-bpev7479bj65eqfj7hboui4ro134l2i5.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"host_permissions": [
"https:\/\/yolando-geo-api.yolando-matt.workers.dev\/*",
"<all_urls>"
]
}