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",
"name": "Writecream - AI-powered writing assistant",
"description": "An A.I-powered app for generating blog articles, YouTube videos & podcasts in seconds.",
"version": "2.0",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"cookies",
"tabs"
],
"action": {
"default_popup": "\/popups\/Loading.html"
},
"host_permissions": [
"https:\/\/www.writecream.com\/*",
"https:\/\/app.writecream.com\/*"
],
"icons": {
"16": "\/Assets\/16.png",
"48": "\/Assets\/48.png",
"128": "\/Assets\/128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"contentScript.js"
],
"css": [
"\/styles\/contentScrpt.css"
]
}
]
}