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": "Rickcloud-Wiki-to-Static-Report",
"description": "This extension can help converting a Rickcloud Wiki page to static content for email.",
"version": "1.6",
"manifest_version": 3,
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_title": "Rickcloud-Wiki-to-Static-Report",
"default_popup": "popup.html",
"default_icon": {
"16": "staticreport.png",
"32": "staticreport.png",
"64": "staticreport.png",
"128": "staticreport.png"
}
},
"icons": {
"16": "staticreport.png",
"32": "staticreport.png",
"48": "staticreport.png",
"128": "staticreport.png"
},
"background": {
"service_worker": "background.js"
}
}