OpenVG

OpenVG

Comment on everything, any time, on VG.no

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OpenVG",
  "version": "1.1",
  "description": "Comment on everything, any time, on VG.no",
  "author": "Jim Leirvik",
  "homepage_url": "http://jimleirvik.no",
  "content_scripts": [
    {
      "matches": [
        "http://*.vg.no/*artikkel.php*",
        "https://*.vg.no/*artikkel.php*"
      ],
      "js": [
        "contentscript.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 2
}