Cr!Box

Cr!Box

An extension that provides an easy way of reconnecting your Fritz!Box.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "icons/icon48x48.png",
    "default_popup": "popup.html",
    "default_title": "Cr!Box"
  },
  "default_locale": "en",
  "description": "An extension that provides an easy way of reconnecting your Fritz!Box.",
  "icons": {
    "48": "icons/icon48x48.png",
    "128": "icons/icon128x128.png"
  },
  "manifest_version": 2,
  "name": "Cr!Box",
  "options_page": "options.html",
  "permissions": [
    "http://*/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "3.3"
}