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": "Censurativa",
"version": "1.0.5",
"description": "A self-censoring font redacts content based on censored terms during the Brazilian dictatorship. Available in English + Portuguese",
"short_name": "Censurativa",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"activeTab",
"fontSettings",
"storage"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"web_accessible_resources": [
{
"resources": [
"fonts\/*"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_title": "Censurativa",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/[email protected]",
"48": "icons\/[email protected]",
"128": "icons\/[email protected]"
}
},
"icons": {
"16": "icons\/[email protected]",
"48": "icons\/[email protected]",
"128": "icons\/[email protected]"
},
"homepage_url": "https:\/\/github.com\/arrowtype\/type-x"
}