Fix that page!

Fix that page!

The extension helps out when Chrome for OS X has problems showing a page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Fix that page!",
  "description": "The extension helps out when Chrome for OS X has problems showing a page",
  "version": "1.0",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "Fix that page!",
    "default_icon": "icon16.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}