Auction Fan

Auction Fan

Quick access to the world's largest selection and best deals for eBay Auction Services

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "2.0.5",
  "default_locale": "ja",
  "app": {
    "urls": [
      "https://topaucfan.appspot.com/"
    ],
    "launch": {
      "web_url": "https://topaucfan.appspot.com/__MSG_extLink__?nt=__MSG_extLink__"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}