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",
"$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
"manifest_version": 3,
"name": "CleanerReads - A Goodreads Theme",
"version": "1.4.2",
"description": "Muting and moving some UI elements in favor of text. Nothing changed, just rearranged.",
"homepage_url": "https:\/\/github.com\/icetbr\/webext-cleanerreads",
"author": "icetbr",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"96": "icons\/96.png",
"128": "icons\/128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "webext-webext-cleanerreads@icetbr",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"addonIds": [
"cleanerreads",
"cleanerreads\/pfckicghmjgghmoeolegcbccjekhejji"
],
"keywords": [
"userstyle",
"goodreads",
"minimalist"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/www.goodreads.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
]
}