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,
"version": "1.0.8",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"options_ui": {
"page": "src\/pages\/options\/index.html"
},
"action": {
"default_icon": {
"128": "logo-pi-reader.png"
}
},
"icons": {
"128": "logo-pi-reader.png"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"cookies"
],
"host_permissions": [
"https:\/\/pi.ai\/*"
],
"content_scripts": [
{
"js": [
"assets\/index.tsx-loader-CDN4gHo2.js"
],
"matches": [
"https:\/\/pi.ai\/*"
],
"css": [
"contentStyle.css",
"assets\/index-C5p3FB2_.css"
],
"run_at": "document_idle"
}
],
"devtools_page": "src\/pages\/devtools\/index.html",
"web_accessible_resources": [
{
"matches": [
"https:\/\/pi.ai\/*"
],
"resources": [
"contentStyle.css",
"icon-128.png",
"icon-32.png",
"logo-pi-reader.png",
"pdf.worker.js",
"injected.js",
"assets\/client-C-PqnIbe.js",
"assets\/utils-C42k4X51.js",
"assets\/_commonjsHelpers-BosuxZz1.js",
"assets\/__vite-browser-external-BIHI7g3E.js",
"assets\/index.tsx-D6j5aCnZ.js"
],
"use_dynamic_url": false
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
}
}