Sanity

Sanity

Extension to retheme, repair, and expand functions for Insanejournal, brought to you by your friendly neighborhood Tessisamess!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sanity",
  "version": "0.0.8",
  "offline_enabled": true,
  "description": "Extension to retheme, repair, and expand functions for Insanejournal, brought to you by your friendly neighborhood Tessisamess!",
  "author": "Tess Nelson aka Tessisamess",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.min.js",
        "js/images.js",
        "js/customize.js"
      ],
      "css": [
        "style/style.css",
        "style/header.css",
        "style/dropdown.css",
        "style/sidebar.css",
        "style/layoutcustom.css",
        "style/portal.css"
      ],
      "matches": [
        "https://*.insanejournal.com/*",
        "http://*.insanejournal.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/*.png",
    "style/*.css",
    "js/*.js"
  ]
}