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": "Perplexity WritePro \u2013 Free AI Writing Assistant for Smarter, Faster Content",
"version": "0.1.0",
"description": "Your free AI assistant, available 24\/7 to help you write, edit, and plan smarter.",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/aiforreviewconfirmationpage.netlify.app\/*",
"https:\/\/chatgpt.com\/*"
],
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"jspdf.min.js",
"pdf-export.js"
],
"matches": [
"<all_urls>"
]
}
]
}