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": "wireframe-page",
"version": "0.0.1",
"description": "Turn any website into a live wireframe",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": "icons\/icon32.png"
},
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"lib\/wireframe.css",
"lib\/*"
],
"matches": [
"<all_urls>"
]
}
],
"manifest_version": 3
}