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": "Summuraizer - AI Web Page Summarizer",
"version": "1.0.4",
"description": "Transform webpages into intelligent AI summaries with related topics. Export to PDF\/PowerPoint instantly.",
"short_name": "Summuraizer",
"permissions": [
"activeTab",
"storage",
"contextMenus",
"notifications",
"downloads",
"scripting"
],
"action": {
"default_popup": "popup.html",
"default_title": "Summuraizer",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"oauth2": {
"client_id": "507979781486-5k8n4v3dgofhv2phojvmj7lhi4rq8s6a.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"auth-callback.html",
"auth-callback.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"author": "Summuraizer Team",
"homepage_url": "https:\/\/summuraizer.com"
}