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,
"short_name": "Write Brain",
"name": "Write Brain: AI Writing Assistant",
"version": "1.1.2",
"action": {
"default_icon": {
"128": "images\/icon128.png"
},
"default_title": "Write Brain",
"default_popup": "popup.html"
},
"author": {
"name": "Andrew Timberlake",
"email": "[email protected]"
},
"background": {
"service_worker": "background.js"
},
"commands": [],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"description": "Fix your grammar and other writing tools on every website with the help of AI",
"externally_connectable": {
"matches": [
"https:\/\/writebrain.io\/*",
"https:\/\/dev.writebrain.io\/*"
]
},
"host_permissions": [
"https:\/\/writebrain.io\/*",
"https:\/\/dev.writebrain.io\/*"
],
"icons": {
"128": "images\/icon128.png"
},
"incognito": "split",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwMPbqEQMYNYQn5kjPDYHP+OOUyxN6OuDUT6YVDMlqbhjOw7WV4i8HEbuta0N4Xi7qPVDVphwiDARNwxJcM0IzhypYS8fsF3poF7VUdIBJUUCjimvVinOfTxOJkqEgxnwkqejQ0ou82uTfKea3J5PUmMu8M9UDzcKEIfpwCtff5i8QowzTRgFYCc6vcNuyoOG4blvi2RhOgggqwIexFsmh6IeG0npcLjM5JNlre1aemSgVx0cw5LEa6RliZsC201rMEuEe+h6klp4mPS7m67qa\/f0jPDajt5yn\/c+RuhH9OP5XD5swkT4YThhu8hoNXzL8BYYifSFRWwwk0s76EQc+wIDAQAB",
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"storage",
"activeTab"
],
"web_accessible_resources": [
{
"resources": [
"images\/*",
"content.css"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}