Screen Editor

Screen Editor

The fastest and most convenient way to take a screenshot and edit it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.2",
  "manifest_version": 2,
  "default_locale": "en",
  "description": "The fastest and most convenient way to take a screenshot and edit it",
  "browser_action": {
    "default_icon": "medias/styles/logoicons/picture.png",
    "default_popup": "medias/pupap.html"
  },
  "background": {
    "scripts": [
      "bugag.js"
    ]
  },
  "icons": {
    "128": "medias/styles/logoicons/picture.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "centoro.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>",
    "storage",
    "downloads"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}