Which Hogwarts House Do You Belong In?

Which Hogwarts House Do You Belong In?

An extension to find out which hogwarts house you belong in.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Which Hogwarts House Do You Belong In?",
  "description": "An extension to find out which hogwarts house you belong in.",
  "version": "0.0.1",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Hogwarts House Ext"
  },
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "permissions": []
}