Modation

Modation

Soundation, amplified.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Modation",
  "version": "2.4",
  "description": "Soundation, amplified.",
  "icons": {
    "16": "img/newicon16.png",
    "19": "img/newicon19.png",
    "48": "img/newicon48.png",
    "128": "img/newicon128.png"
  },
  "author": "cyberbit",
  "permissions": [
    "https://*.soundation.com/*",
    "https://s3.amazonaws.com/powerfx.content/*",
    "alarms",
    "notifications",
    "storage"
  ],
  "optional_permissions": [
    "cookies"
  ],
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "img/newicon128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.soundation.com/*"
      ],
      "css": [
        "css/content.min.css"
      ],
      "js": [
        "js/jquery.all.js",
        "js/jquery.caretposition.custom.min.js",
        "js/jquery.sew.custom.min.js",
        "js/imagesloaded.pkgd.min.js",
        "js/isotope.pkgd.min.js",
        "js/api.min.js",
        "js/content.min.js"
      ]
    }
  ],
  "options_page": "uioptions.html",
  "options_ui": {
    "page": "uioptions.html",
    "chrome_style": true
  },
  "web_accessible_resources": [
    "content.html"
  ]
}