“Post!” button (Postila.ru)

“Post!” button (Postila.ru)

A handy tool to collect and post knitting schemes, recipes, and other ideas – “Post!” button from Postila.ru. From Russia with love.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "41.13.9",
  "description": "__MSG_description__",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "default_locale": "en",
  "permissions": [
    "tabs",
    "activeTab",
    "notifications",
    "<all_urls>",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "*://postila.ru/*",
        "*://*.postila.ru/*",
        "*://postila.io/*",
        "*://*.postila.io/*",
        "*://postila.co/*",
        "*://*.postila.co/*"
      ],
      "css": [
        "css/hoverButton.css",
        "screenshot/screenshotHelper.css"
      ],
      "js": [
        "hoverButton.js",
        "js/shortcut.js",
        "screenshotHelper.js",
        "hotkeys.helper.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "mark.helper.js"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [
        "*://postila.ru/*",
        "*://*.postila.ru/*",
        "*://postila.io/*",
        "*://*.postila.io/*",
        "*://postila.co/*",
        "*://*.postila.co/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/es6-promise.min.js",
        "js/fetch.min.js",
        "post.js",
        "js/purify.min.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "*.png",
    "js/domains/*",
    "*.svg",
    "*.map"
  ],
  "browser_action": {
    "default_title": "__MSG_action__",
    "default_icon": "40x40.png"
  }
}