PixelMe

PixelMe

URL shortener for savvy marketers

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PixelMe",
  "version": "0.0.1",
  "description": "URL shortener for savvy marketers",
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "options_page": "index.html",
  "options_ui": {
    "chrome_style": true,
    "open_in_tab": false,
    "page": "index.html"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "https://*/"
  ]
}