Inspect and view changes in Gmail Phone by cloudHQ source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"content_security_policy": "script-src 'self' https://www.cloodhq.net; object-src 'self' https://www.cloudhq.net",
"web_accessible_resources": [
"javascripts/*",
"icons/*"
],
"name": "Gmail Phone by cloudHQ",
"short_name": "Gmail Phone by cloudHQ",
"icons": {
"48": "icons/icon-48x48.png",
"128": "icons/icon-128x128.png"
},
"converted_from_user_script": true,
"background": {
"persistent": true,
"scripts": [
"javascripts/jquery-1.4.4.js",
"javascripts/background.js"
]
},
"externally_connectable": {
"matches": [
"*://*.orecons.com/*",
"*://*.cloudhq.net/*"
]
},
"content_scripts": [
{
"exclude_globs": [],
"css": [
"stylesheets/jquery.dropdown.css",
"stylesheets/popover.css"
],
"include_globs": [],
"js": [
"javascripts/inboxsdk.js",
"javascripts/main_gmail_phone_loader.js"
],
"matches": [
"https://mail.google.com/*",
"https://inbox.google.com/*"
]
}
],
"browser_action": {
"default_icon": "icons/icon-128x128.png"
},
"version": "1.0.0.4",
"description": "Get phone number for your Gmail account - all messages and v-mail will be forwarded to your gmail",
"permissions": [
"storage",
"background",
"https://mail.google.com/",
"https://inbox.google.com/",
"https://www.cloudhq.net/"
],
"manifest_version": 2
}