Risa SERP

Risa SERP

Alters Google SERP with a numerical listing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Risa SERP",
  "version": "1.5.3",
  "description": "Alters Google SERP with a numerical listing.",
  "author": "Brady Amerson & Robbie Wolsey",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "http://google.com/*",
        "http://www.google.com/*",
        "http://google.com.au/*",
        "http://www.google.com.au/*",
        "https://google.com/*",
        "https://www.google.com/*",
        "https://google.com.au/*",
        "https://www.google.com.au/*"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon48.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ]
}