Hao Hao Report Bookmarklet

Hao Hao Report Bookmarklet

A quick and easy way to submit stories to the Hao Hao Report

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Hao Hao Report Bookmarklet",
  "version": "2.0.2",
  "manifest_version": 2,
  "description": "A quick and easy way to submit stories to the Hao Hao Report",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icon-16.png",
    "36": "icon-36.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_title": "Submit to HHR",
    "default_icon": "icon-36.png"
  }
}