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": "Spinf: AI Agent, Writing, Meeting, Voice Transcription",
"short_name": "Spinf Agent",
"version": "0.9.50",
"description": "Enhance Chrome with AI autocomplete that understands your context and voice. Turn it into a smarter AI Agent that works for you.",
"icons": {
"16": "icons\/favicon-16x16.png",
"48": "icons\/favicon-48x48.png",
"128": "icons\/favicon-128x128.png"
},
"permissions": [
"sidePanel",
"activeTab",
"tabs",
"storage",
"tabCapture",
"offscreen",
"contextMenus",
"scripting"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_title": "Spinf",
"default_icon": {
"16": "icons\/favicon-16x16.png",
"48": "icons\/favicon-48x48.png",
"128": "icons\/favicon-128x128.png"
}
},
"commands": {
"open-spinf": {
"suggested_key": "Ctrl+Shift+S",
"description": "Open Spinf"
}
},
"host_permissions": [
"<all_urls>",
"https:\/\/*\/",
"http:\/\/*\/",
"file:\/\/*\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/spinf.com\/*",
"https:\/\/*.spinf.com\/*",
"https:\/\/*.customers.spinf.com\/*",
"https:\/\/app.spinf.com\/*",
"https:\/\/app.dev.spinf.com\/*",
"https:\/\/app.staging.spinf.com\/*",
"http:\/\/localhost:8082\/*"
],
"js": [
"SyncClient.js"
],
"all_frames": true
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
}
}