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": "MyLens AI: Webpage and YouTube Video Summarizer",
"version": "1.4.0",
"description": "MyLens AI turns any website or YouTube video into easy-to-understand visuals like mindmaps, timelines, flowcharts, and more.",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"permissions": [
"identity",
"tabs",
"activeTab",
"storage"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"16": "public\/icons\/icon-16.png",
"48": "public\/icons\/icon-48.png",
"128": "public\/icons\/icon-128.png"
},
"action": {
"default_title": "MyLens.ai",
"default_icon": {
"16": "public\/icons\/icon-16.png",
"48": "public\/icons\/icon-48.png",
"128": "public\/icons\/icon-128.png"
}
},
"content_scripts": [
{
"js": [
"assets\/main.tsx-loader.js"
],
"matches": [
"<all_urls>"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/boot.css"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/embed.mylens.ai\/*"
],
"resources": [
"*"
],
"use_dynamic_url": false
},
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/constant.js",
"assets\/main.tsx.js"
],
"use_dynamic_url": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; script-src-elem 'self' 'unsafe-inline' 'wasm-unsafe-eval'; object-src 'self'; connect-src https:\/\/auth.mylens.ai https:\/\/api.mylens.ai https:\/\/mylens.ai; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com"
}
}