前回は,
追加機能の概要
多くのWebアプリでは,
例えばOdometerが目的地までの距離を通知する間隔は,
設定画面の呼び出しには,
Webアプリの構成
Webアプリを構成するファイルにoptions.
manifest.
{
"name": "Odometer",
"description": "距離計",
"version": "0.3",
"app": {
"launch": {
"local_path": "main.html"
}
},
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"options_page": "options.html",
"background_page": "background.html",
"permissions": [
"geolocation",
"notifications",
"background"
]
}
"options_