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": "GuideKit",
"version": "1.0.0",
"description": "Your sidekick for AI. Learn with expert prompts, discover tools, build skills through tutorials and earn XP.",
"author": "GuideKit Team",
"homepage_url": "https:\/\/www.guidekit.ai",
"action": {
"default_icon": "icons\/icon-48.png",
"default_title": "GuideKit - Your AI Learning Companion"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"permissions": [
"storage",
"sidePanel"
],
"host_permissions": [],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' https:\/\/*.googleapis.com https:\/\/firebasestorage.googleapis.com data:; connect-src 'self' https:\/\/*.googleapis.com https:\/\/*.firebaseio.com https:\/\/firestore.googleapis.com https:\/\/identitytoolkit.googleapis.com https:\/\/api.stripe.com"
}
}