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": "__MSG_appName__",
"version": "1.6.3",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "img\/c_ico.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"background": {
"service_worker": "worker.js",
"type": "module"
},
"action": {
"default_title": "Miro Web Clipper",
"default_icon": {
"32": "img\/inactive.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"style.css"
],
"js": [
"page.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"externally_connectable": {
"matches": [
"https:\/\/miro.com\/*",
"https:\/\/dev.miro.com\/*",
"https:\/\/dev.realtimeboard.com\/*"
]
},
"permissions": [
"cookies",
"notifications",
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/*.miro.com\/",
"https:\/\/miro.com\/"
],
"web_accessible_resources": [
{
"resources": [
"img\/icon_48.png"
],
"matches": [
"<all_urls>"
]
}
]
}