Palette Ninja

Palette Ninja

Palette Ninja is an online tool that allows you to create harmonious color schemes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Palette Ninja",
  "description": "Palette Ninja is an online tool that allows you to create harmonious color schemes.",
  "version": "0.2.2",
  "homepage_url": "http://palette.ninja/",
  "icons": {
    "16": "icon16.png",
    "38": "icon38.png",
    "128": "icon128.png",
    "256": "icon256.png"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "38": "icon38.png"
    },
    "default_title": "palette.ninja"
  },
  "externally_connectable": {
    "matches": [
      "*://palette.ninja/*"
    ]
  },
  "permissions": [
    "storage",
    "notifications"
  ],
  "manifest_version": 2
}