Shelly

Shelly

A new interface for GAE's remote-api shell

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "fontawesome-webfont.svg"
  ],
  "name": "Shelly",
  "short_name": "Shelly",
  "content_scripts": [
    {
      "matches": [
        "*://localhost/shell/",
        "*://*.appspot.com/shell/"
      ],
      "css": [
        "font-awesome.css",
        "shelly.css"
      ],
      "js": [
        "shelly.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "version": "1.0.1",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "storage"
  ],
  "description": "A new interface for GAE's remote-api shell"
}