Idiots with Idioms

Idiots with Idioms

Powered by Ọc Ọc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Idiots with Idioms",
  "description": "Powered by Ọc Ọc",
  "version": "0.0.1",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "iwi.js"
    ],
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "iwi.html"
  },
  "icons": {
    "16": "./images/logo_16.png",
    "32": "./images/logo_32.png",
    "48": "./images/logo_48.png",
    "128": "./images/logo_128.png"
  },
  "browser_action": {
    "default_icon": "./images/logo_16.png"
  }
}