OneeChan

OneeChan

Customizable rice and themes for 4chan X.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "OneeChan",
  "version": "6",
  "manifest_version": 2,
  "description": "Customizable rice and themes for 4chan X.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "*://*.4chan.org/*",
        "*://*.4channel.org/*"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "homepage_url": "https://github.com/nebukazar/OneeChan/",
  "minimum_chrome_version": "32",
  "permissions": [
    "storage",
    "*://www.4chan.org/*",
    "*://boards.4channel.org/*",
    "*://boards.4chan.org/*"
  ]
}