Ambient Aurea for Firefox

Ambient Aurea for Firefox

Bring your image to an ambient lighting effect with just one click on the button.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "Ambient Aurea",
  "version": "2.2.6.1resigned1",
  "description": "__MSG_description__",
  "author": "Stefan vd",
  "homepage_url": "https://www.stefanvd.net/support/",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "19": "icons/icon1.png",
      "38": "icons/[email protected]"
    },
    "default_title": "__MSG_browserbutton__"
  },
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "images/arrow.png",
    "images/sharegoogleplus.png",
    "images/sharetwitter.png",
    "images/sharefacebook.png",
    "images/[email protected]",
    "images/[email protected]",
    "images/[email protected]",
    "icons/icon16.png"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "exclude_matches": [
        "*://*.stefanvd.net/project/ambient-aurea/browser/options.html"
      ],
      "js": [
        "js/constants.js",
        "js/content.js"
      ],
      "css": [
        "css/aa.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.stefanvd.net/project/ambient-aurea/browser/options.html"
      ],
      "js": [
        "js/constants.js",
        "js/options.js"
      ],
      "run_at": "document_end"
    }
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+A",
        "mac": "MacCtrl+Shift+A"
      }
    }
  },
  "options_ui": {
    "browser_style": false,
    "page": "options.html",
    "open_in_tab": true
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "53.0"
    }
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage"
  ]
}