Inspect and view changes in Nhịp sinh học 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",
"name": "Nhịp sinh học",
"manifest_version": 2,
"description": "Biểu đồ nhịp sinh học hiển thị dự đoán Sức khỏe, Tình cảm, Trí tuệ của bạn",
"version": "1.2",
"app": {
"urls": [
"http://nhipsinhhoc.vn/"
],
"launch": {
"web_url": "http://nhipsinhhoc.vn/?lang=vi"
}
},
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"60": "icon-60.png",
"90": "icon-90.png",
"120": "icon-120.png",
"128": "icon-128.png",
"256": "icon-256.png",
"512": "icon-512.png"
},
"permissions": [
"unlimitedStorage",
"notifications"
]
}