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": "Power Camera", "short_name": "PWR Cam", "description": "Power Camera is a modern camera app for Chrome.", "version": "1.5", "manifest_version": 2, "offline_enabled": true, "author": "Jordan Austin", "icons": { "128": "images\/powercam.png", "256": "images\/powercam_256.png" }, "app": { "background": { "scripts": [ "background.js" ] } }, "permissions": [ "videoCapture" ] }