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": "Simple Censor",
"version": "1.0",
"description": "Create a profanity free summary of a webpage at the top of the webpage",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScript.js"
]
}
],
"action": {
"default_icon": "icons\/Censorship128.png"
},
"icons": {
"48": "icons\/Censorship48.svg",
"64": "icons\/Censorship64.png",
"96": "icons\/Censorship96.svg",
"128": "icons\/Censorship128.png"
}
}