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": "Free Gmail Signature - Light Blue", "description": "Free Gmail HTML email signature - themed in Light Blue - quick and easy to use", "version": "1.0", "icons": { "16": "images\/light-blue-16.png", "32": "images\/light-blue-32.png", "48": "images\/light-blue-48.png", "128": "images\/light-blue.png" }, "permissions": [ "https:\/\/mail.google.com\/", "https:\/\/inbox.google.com\/", "https:\/\/emailsignaturerescue.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "https:\/\/emailsignaturerescue.com\/*" ], "js": [ "inboxsdk.js", "myapp.js" ] } ] }