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": "Tailored Notion",
"description": "Redesign Notion the way you want",
"version": "0.4.2",
"author": "Thomas Malicet @tmalicet",
"options_ui": {
"page": "options.html"
},
"homepage_url": "http:\/\/tailored-notion.com",
"icons": {
"16": "assets\/notion-16.png",
"48": "assets\/notion-48.png",
"128": "assets\/notion-tailored.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.notion.so\/*"
],
"js": [
"js\/vendor.js",
"js\/content_script.js"
],
"css": [
"themes\/common.css"
]
}
],
"permissions": [
"storage",
"fontSettings"
],
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"themes\/*",
"fonts\/*"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/notion-16.png",
"48": "assets\/notion-48.png",
"128": "assets\/notion-tailored.png"
}
},
"content_security_policy": []
}