PerfectPixel by WellDoneCode (pixel perfect)

PerfectPixel by WellDoneCode (pixel perfect)

This extension helps develop your websites with pixel perfect accuracy!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "assets/images/icons/app_icons/grayscale.png",
    "default_title": "PerfectPixel",
    "default_popup": "popups/tab-not-allowed.html"
  },
  "content_security_policy": "script-src 'self' https://*.carbonads.com https://*.carbonads.net https://*.buysellads.net https://*.buysellads.com https://*.servedby-buysellads.com https://*.converto.com https://d1o3lvh59ou5pb.cloudfront.net/carbon.js https://cdn.paddle.com/paddle/paddle.js https://checkout.paddle.com/api/1.0/prices; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_extension_description__",
  "icons": {
    "16": "assets/images/icons/16.png",
    "48": "assets/images/icons/48.png",
    "128": "assets/images/icons/128.png"
  },
  "name": "__MSG_extension_name__",
  "manifest_version": 2,
  "optional_permissions": [
    "clipboardRead"
  ],
  "options_page": "settings.html",
  "permissions": [
    "<all_urls>",
    "storage",
    "unlimitedStorage"
  ],
  "short_name": "__MSG_extension_name_short__",
  "version": "2.1.2.8",
  "web_accessible_resources": [
    "assets/*.*",
    "styles/*.*",
    "settings.html"
  ]
}