oro-storage-helper

oro-storage-helper

Adds icons to usefull items and filters for each purpose type at the originsro control panel.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "oro-storage-helper",
  "version": "0.6.0",
  "description": "Adds icons to usefull items and filters for each purpose type at the originsro control panel.",
  "manifest_version": 2,
  "icons": {
    "16": "assets/[email protected]",
    "24": "assets/[email protected]",
    "32": "assets/[email protected]",
    "48": "assets/[email protected]",
    "64": "assets/[email protected]",
    "128": "assets/[email protected]",
    "256": "assets/[email protected]"
  },
  "permissions": [
    "*://cp.originsro.org/*"
  ],
  "web_accessible_resources": [
    "assets/items.json"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://cp.originsro.org/masteraccount/view/",
        "https://cp.originsro.org/masteraccount/items/",
        "https://cp.originsro.org/character/view/?id=*"
      ],
      "js": [
        "main.js"
      ],
      "css": [
        "style.min.css"
      ]
    }
  ]
}