Inspect and view changes in Visily - App UI Capture & Design source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Visily - App UI Capture & Design",
"version": "1.0.10",
"description": "Capture app screenshots from any sources and convert them into fully editable wireframes in Visily.",
"icons": {
"16": "icon_16.d677327e.png",
"32": "icon_32.965a80d0.png",
"48": "icon_48.2df30fba.png",
"128": "icon_128.a7ab55af.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhtHbu4BRlEQ41196HB5Odern9cSFrKxn91GRGCB0pZQrLfUtgxtgegTsgGr298wPH4FpjWPfk5XugJqthBS+O4zAZtPEhqzsjGhcBRRL+qaYPOuWY4/B7nmY4ZdP4Wr9KJJJ/Kt47OIrqeI6aaEzebtntlBNnmFUYjLH4dsV+1i06CdHfXW0djr62n/czhLw8wKQauHqgWgEOmflRgSdk8nbPZ3NwX8RQynnctuD8mxrSekNsQmOd17CSGZp3Vd2y0GWYO7gUcW7kOpjIvcMOPnT3gABl5B9BiD8UWifKiL8Ag0f3sAkm83gnr/vCBJ4/NxIBRDWV34v9mUc6ID1yQIDAQAB",
"background": {
"service_worker": "background.6717a11d.js"
},
"action": {
"default_title": "Visily Extension",
"default_popup": "popup.6dafd704.html"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"unlimitedStorage",
"scripting",
"contextMenus"
],
"content_scripts": [
{
"js": [
"all.582a6536.js"
],
"matches": [
"https://*/*",
"http://*/*"
],
"run_at": "document_start",
"css": []
},
{
"matches": [
"https://app.visily.ai/*"
],
"js": [
"visily.7acc5808.js"
],
"run_at": "document_start",
"css": []
},
{
"matches": [
"https://mobbin.com/*"
],
"js": [
"mobbin.151586ad.js"
],
"run_at": "document_start",
"css": []
}
],
"externally_connectable": {
"matches": [
"https://app.visily.ai/*"
]
},
"host_permissions": [
"<all_urls>"
]
}