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": "Glinticon",
"description": "Your AI text layer everywhere. Works on Gmail, Notion, ChatGPT, and more. Optimized for speed and privacy.",
"version": "1.0.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_popup": "src\/popup\/index.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-BVbLY89X.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"exclude_matches": [
"*:\/\/chrome.google.com\/webstore\/*",
"*:\/\/addons.mozilla.org\/*",
"*:\/\/microsoftedge.microsoft.com\/*"
],
"css": []
}
],
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/generativelanguage.googleapis.com\/*",
"https:\/\/api.groq.com\/*",
"https:\/\/*.supabase.co\/*",
"https:\/\/api.lemonsqueezy.com\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'none'; connect-src 'self' https:\/\/generativelanguage.googleapis.com https:\/\/api.groq.com https:\/\/*.supabase.co https:\/\/*.supabase.in https:\/\/api.lemonsqueezy.com ws:\/\/localhost:* http:\/\/localhost:*;"
},
"commands": {
"toggle-glinticon": {
"suggested_key": {
"default": "Alt+T",
"mac": "Alt+T"
},
"description": "Toggle Glinticon on\/off"
}
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/*",
"logo.jpg"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/logo-CVEyZ_cT.jpg",
"assets\/useUsageLimit-CCKtgecT.js",
"assets\/index.tsx-D-WkhqMz.js"
],
"use_dynamic_url": false
}
]
}