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": "Stencil", "description": "Instantly add text to any image - just right-click!", "version": "2.1.4", "author": "Stencil", "manifest_version": 2, "browser_action": { "default_title": "Stencil", "default_icon": { "19": "images\/icons\/logo-19x19.png", "38": "images\/icons\/logo-38x38.png" } }, "permissions": [ "contextMenus" ], "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/extend.js", "js\/Frame.js", "js\/Stencil.js" ] } ], "icons": { "16": "images\/icons\/logo-16x16.png", "48": "images\/icons\/logo-48x48.png", "128": "images\/icons\/logo-128x128.png" } }