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", "manifest_version": 2, "name": "JBQ Quiz Sets Generator", "description": "Use this program to generate random quiz sets from a group of questions. You supply the questions. This app mixes them up.", "version": "18", "app": { "launch": { "local_path": "quiz-set-maker.htm" } }, "icons": { "16": "icon16.png", "128": "icon.png" }, "permissions": [ "storage" ] }