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": "Pi Lens - PYQs, Notes on YouTube",
"version": "1.0.3",
"description": "Study smarter on any YouTube video with Polls, Quizzes, PYQs & Resources",
"minimum_chrome_version": "116",
"permissions": [
"storage",
"tabs",
"activeTab",
"sidePanel"
],
"host_permissions": [
"https:\/\/pi-lens.pw.live\/*",
"https:\/\/stage-pi-lens.pw.live\/*",
"https:\/\/dev-pi-lens.pw.live\/*",
"http:\/\/localhost:3000\/*",
"https:\/\/*.physicswallah.live\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/pi-lens-api.penpencil.co\/*",
"https:\/\/stage-api.penpencil.co\/*"
],
"background": {
"service_worker": "background\/index.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"exclude_matches": [
"https:\/\/www.youtube.com\/shorts\/*"
],
"js": [
"lottie_light.min.js",
"content\/index.js"
]
},
{
"matches": [
"http:\/\/localhost:3000\/*",
"https:\/\/dev-pi-lens.pw.live\/*",
"https:\/\/stage-pi-lens.pw.live\/*",
"https:\/\/pi-lens.pw.live\/*"
],
"js": [
"content\/auth-sync.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/activeFloatingIcon.lottie",
"assets\/defaultFloatingIcon.lottie",
"assets\/circle-1.json",
"assets\/circle-2.json"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"side_panel": {
"default_path": "sidepanel\/index.html"
},
"action": {
"default_title": "Pi Lens - PYQs, Notes on YouTube",
"default_popup": "popup\/index.html"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon16.png",
"128": "icons\/icon16.png"
}
}