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": "Concisio \u2013 AI Summarizer for Web, YouTube & PDFs",
"version": "1.6.1",
"description": "AI summarizer for web pages, YouTube, Amazon reviews & PDFs. Private summaries with history, bookmarks & exports.",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAipsfiMWN2yDHrud6ATTabHOeKl8wDx7457s\/LFEJUNtd+1BY7FrRpQb+d7S5NvAE9WaZPEFca56tJJ7jUD2hQ+P33\/osGWY8MSL7Vp3nbH48ysFswsYNDwuh+gbHtDrg7r0Y5CbUpJb5gYXImAvgA6A4IRnOWsPRKfxmnlvz2Se9uHBoRrb+xKQtldrRgTY65G31y+rmUVGKRybkAkyIMcA+AYSsQgkl9yYvBe9N9lHCasUZnjn7VlzrmiXH3lbHnH8UdzPfwKu5Px9LqhCLvuOC2CpA8O4Ar6qT7o1ixWhvsx5iQYIyyd7WLsDmlMLA9UjnNGOGZsGZ0Zpeu48AVwIDAQAB",
"author": "Nexivio.io",
"permissions": [
"activeTab",
"scripting",
"sidePanel",
"tabs",
"contextMenus",
"storage",
"notifications",
"identity",
"identity.email"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_title": "Summarize This Page",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"mailto-helper.html",
"checkout-success.html",
"checkout-cancel.html"
],
"matches": [
"<all_urls>"
]
}
],
"oauth2": {
"client_id": "202933373484-ljmhgv6lq2fsv26hf4o9vkthm046inja.apps.googleusercontent.com",
"scopes": [
"email",
"profile"
]
}
}