楽天市場へのリンク

楽天市場へのリンク

楽天市場へのショートカットアプリ。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "楽天市場へのリンク",
  "description": "楽天市場へのショートカットアプリ。",
  "version": "1.0.0",
  "app": {
    "urls": [
      "http://value-music.com/rakutenichiba.php"
    ],
    "launch": {
      "web_url": "http://value-music.com/rakutenichiba.php"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "notifications"
  ]
}