Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "2.2.7",
"name": "Briefy: AI summarizer with visual views for webpages, YouTube, PDFs",
"short_name": "Briefy",
"description": "Summarize all kinds of content with just 1 click. Build your knowledge base, and chat with it just like with a human.",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"96": "icons\/icon-96.png",
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png"
},
"action": {
"default_popup": "src\/popup\/index.html"
},
"homepage_url": "https:\/\/briefy.ai",
"incognito": "not_allowed",
"permissions": [
"storage"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content.tsx-loader.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"css": [
"fonts.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/*",
"images\/*",
"icons\/*",
"fonts\/*",
"snowbird\/**\/*",
"fonts.css"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/UserMenuHeader.js",
"assets\/common.js",
"assets\/helpers.js",
"assets\/mathjax-7730c6d0.js",
"assets\/theme-preview-module-86ffc618.js",
"assets\/content.tsx.js"
],
"use_dynamic_url": false
}
]
}