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": "Guinbox Notepad", "description": "Keep your notes save .", "version": "1.2.2", "manifest_version": 2, "minimum_chrome_version": "23", "icons": { "16": "pic\/icon.png", "24": "pic\/icon.png", "48": "pic\/icon.png", "128": "pic\/icon.png" }, "app": { "background": { "scripts": [ "js\/background.js" ] } }, "permissions": [ "clipboardRead", "clipboardWrite", "https:\/\/www.guinbox.com\/", "http:\/\/*\/*", "https:\/\/*\/*" ] }