Text message your friends from your computer
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",
"manifest_version": 2,
"name": "Pulse SMS App",
"short_name": "Pulse SMS",
"description": "Text message your friends from your computer",
"version": "2.1.3",
"minimum_chrome_version": "38",
"permissions": [
"https://klinkerapps.com/",
"https://*.klinkerapps.com/",
"https://pulsesms.app/",
"https://*.pulsesms.app/",
"webview",
"storage",
"gcm",
"notifications",
"background"
],
"author": "Jake Klinker",
"icons": {
"16": "assets/icon_16.png",
"48": "assets/icon_48.png",
"96": "assets/icon_96.png",
"128": "assets/icon_128.png",
"256": "assets/icon_256.png"
},
"app": {
"background": {
"scripts": [
"sjcl.js",
"utils.js",
"messenger.js"
]
}
},
"externally_connectable": {
"matches": [
"https://pulsesms.app/*"
]
}
}