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": "Make-One", "version": "0.7", "description": "Make one Ravelry project from another", "permissions": [ "activeTab", "declarativeContent", "identity", "https:\/\/api.ravelry.com\/*" ], "page_action": { "default_title": "Make-One", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "private-config.js", "ravelry-api.js", "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }