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",
"name": "Axure RP Extension for Chrome",
"version": "0.7.0",
"manifest_version": 3,
"description": "An extension that allows viewing of locally published Axure RP prototypes (HTML files) from Google Chrome.",
"action": {
"default_icon": "axurerp-16.png"
},
"icons": {
"48": "axurerp-48.png",
"128": "axurerp-128.png"
},
"permissions": [
"tabs"
],
"background": {
"service_worker": "axurerp_extension.js"
},
"content_scripts": [
{
"matches": [
"file:\/\/*"
],
"js": [
"chrome-state-manager.js"
],
"run_at": "document_end",
"all_frames": true
}
]
}