CSS Reload

CSS Reload

Simplifies stylesheets reload of the current page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "0.3.7resigned1",
  "name": "__MSG_title__",
  "description": "__MSG_description__",
  "homepage_url": "https://github.com/StoyanDimitrov/css-reload",
  "icons": {
    "48": "assets/icon.svg",
    "96": "assets/icon.svg"
  },
  "background": {
    "scripts": [
      "assets/internal-state.js",
      "background.js"
    ]
  },
  "page_action": {
    "default_icon": "assets/icon.svg",
    "default_title": "__MSG_pageActionTitle__"
  },
  "commands": {
    "reload-css": {
      "suggested_key": {
        "default": "Ctrl+F9"
      },
      "description": "Reloads the CSS"
    }
  },
  "options_ui": {
    "page": "assets/options.html",
    "browser_style": true
  },
  "permissions": [
    "activeTab",
    "storage",
    "contextMenus"
  ],
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{d886e5fc-f10b-4cd4-ac3e-4a5b89927827}"
    }
  }
}