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",
"name": "Stop Motion Animator",
"description": "A simple tool for creating stop motion animation sequences using a webcam.",
"version": "0.12",
"manifest_version": 2,
"app": {
"background": {
"scripts": [
"js\/background.js"
]
}
},
"permissions": [
{
"fileSystem": [
"write",
"directory"
]
},
"videoCapture",
"audioCapture"
],
"icons": {
"16": "images\/icon2-16.png",
"48": "images\/icon2-48.png",
"128": "images\/icon2-128.png"
}
}