Inspect and view changes in マンホールマップ通知 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": "http://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "マンホールマップ通知",
"version": "1.0.1",
"description": "マンホールマップの新規イベント(登録、ナイスマンホ、マイ・ベスト)を通知します。",
"icons": {
"16": "notif16.png",
"48": "notif48.png",
"128": "notif128.png"
},
"permissions": [
"notifications",
"http://manholemap.juge.me/*"
],
"options_page": "html/notification.html",
"background": {
"page": "html/background.htm"
}
}