Pray for one another, that you may be healed.
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": "PraySync",
"short_name": "praysync",
"version": "1.0",
"description": "Pray for one another, that you may be healed.",
"icons": {
"16": "img/icon-16x16.jpg",
"48": "img/icon-48x48.jpg",
"128": "img/icon-128x128.jpg"
},
"browser_action": {
"default_icon": "img/icon-19x19.png",
"default_title": "PraySync",
"default_popup": "popup.html"
},
"background": {
"page": "background.html"
},
"permissions": [
"tabs"
]
}