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",
"manifest_version": 3,
"name": "Notion Code Formatter",
"version": "1.0.3",
"description": "Format code blocks in Notion using Prettier. Made by notaku.so",
"author": "Tommaso De Rossi",
"icons": {
"128": "icon128.png"
},
"content_scripts": [
{
"js": [
"main.js"
],
"css": [
"style.css"
],
"matches": [
"https:\/\/www.notion.so\/*"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"formatter.js"
]
}
]
}