Roverlee

Roverlee

Stumble through 1000s of creative portfolios with a click

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Roverlee",
  "version": "0.0.1",
  "description": "Stumble through 1000s of creative portfolios with a click",
  "manifest_version": 2,
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon_16.png",
      "24": "img/icon_24.png",
      "32": "img/icon_32.png"
    },
    "default_title": "Roverlee"
  },
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "commands": {
    "next": {
      "suggested_key": {
        "default": "Alt+Right"
      },
      "description": "Show next portfolio"
    }
  }
}