Inspect and view changes in Chat Story Maker source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Chat Story Maker",
"description": "Chat Story Maker makes a story from a chatting conversation. You can download the video of the conversation as a story legacy.",
"version": "0.2",
"manifest_version": 2,
"app": {
"background": {
"scripts": [
"background.js"
]
}
},
"icons": {
"16": "ico16.png",
"128": "ico128.png"
}
}