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": "Wikiwand - Elevate Wikipedia with AI",
"description": "AI-driven wiki aggregator created to enhance user experience on Wikipedia by streamlining knowledge consumption",
"version": "10.1.0",
"permissions": [
"webNavigation",
"contextMenus"
],
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"https:\/\/*.wikiwand.com\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"web-accessible-resources\/*"
],
"matches": [
"https:\/\/*.wikiwand.com\/*"
]
}
],
"icons": {
"16": "icon-16x16.png",
"48": "icon-48x48.png",
"128": "icon-128x128.png"
},
"background": {
"service_worker": "service-worker.js"
},
"action": {
"default_icon": {
"16": "icon-16x16.png",
"24": "icon-24x24.png",
"32": "icon-32x32.png"
},
"default_title": "Wikiwand - knowledge, with context"
}
}