Frame - Chrome Full Page Screenshots

Frame - Chrome Full Page Screenshots

Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Frame - Chrome Full Page Screenshots",
  "short_name": "Frame",
  "version": "1.0.19",
  "description": "Frame - easy to use and powerful extension that helps you make and edit full page screenshots in Chrome.",
  "homepage_url": "https://chrome.google.com/webstore/detail/mabojhfbcchgokbimalidfpkamkcalhb",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "activeTab",
    "contextMenus",
    "debugger",
    "downloads"
  ],
  "background": {
    "scripts": [
      "vendors/bundle.js",
      "bg/bundle.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon-32.png",
    "default_title": "Frame - Chrome Full Page Screenshots"
  },
  "icons": {
    "32": "icon-32.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "content/*.svg",
    "*.png"
  ]
}