FireScreen - Screenshot Editor

FireScreen - Screenshot Editor

Screen capture web page by Mediamaster.eu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "/libs/jquery-3.4.0.js",
      "/js/screenshot.js",
      "/js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/libs/jquery-3.4.0.js",
        "/libs/detect_zoom.js",
        "/libs/cropper.js",
        "/js/plugin.js",
        "/js/content.js"
      ]
    }
  ],
  "icons": {
    "32": "images/32.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "browser_action": {
    "default_icon": "images/128.png",
    "default_popup": "/popup.html",
    "default_title": "Screenshoter"
  },
  "applications": {
    "gecko": {
      "id": "@firescreen",
      "strict_min_version": "57.0"
    }
  },
  "permissions": [
    "activeTab",
    "downloads",
    "tabs",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "/images/*.png",
    "/libs/jquery-3.4.0.js"
  ],
  "version": "2.5.9"
}