BeFunky Extension

BeFunky Extension

Instantly edit web page images and screenshots with BeFunky Photo Editor

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BeFunky Extension",
  "short_name": "BeFunky",
  "version": "1.5",
  "description": "Instantly edit web page images and screenshots with BeFunky Photo Editor",
  "icons": {
    "16": "images/befunky16.png",
    "48": "images/befunky48.png",
    "128": "images/befunky128.png"
  },
  "homepage_url": "https://www.befunky.com",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "images/befunky16.png",
    "default_title": "BeFunky Photo Editor",
    "default_popup": "popup.html"
  },
  "incognito": "split"
}