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",
"name": "BriefMe: Your Document, Simplified and Explained",
"version": "1.2.1",
"description": "BriefMe uses advanced AI to deliver instant summaries and key insights from your documents",
"manifest_version": 3,
"icons": {
"16": "static\/16px.png",
"32": "static\/32px.png",
"48": "static\/48px.png",
"128": "static\/128px.png"
},
"permissions": [],
"background": {
"service_worker": "mainClass.js",
"type": "module"
},
"content_scripts": [
{
"css": [
"style.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"static\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"index.html"
],
"matches": [
"<all_urls>"
]
}
]
}