Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Wonder AI - Your GPT writing assistant",
"version": "1.2.0",
"action": {
"default_popup": "index.html"
},
"content_scripts": [
{
"js": [
"assets\/content.tsx-loader.8eed05a6.js"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/menu-gif.5f70bc00.gif",
"assets\/index.1c6650f0.js",
"assets\/content.tsx.f212d4b4.js"
],
"use_dynamic_url": false
}
]
}