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",
"name": "Web Editor",
"version": "1.0.9",
"description": "Forget about all the Code chaos and Customize your website in a handy way",
"permissions": [
"activeTab",
"contextMenus",
"storage"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"webeditor.js"
],
"css": [
"webeditor.css"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/webeditor16.png",
"32": "images\/webeditor32.png",
"48": "images\/webeditor48.png",
"128": "images\/webeditor128.png"
}
},
"icons": {
"16": "images\/webeditor16.png",
"32": "images\/webeditor32.png",
"48": "images\/webeditor48.png",
"128": "images\/webeditor128.png"
},
"manifest_version": 3
}