Star-rules

Star-rules

Apply CSS rules to all elements on the page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Star-rules",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "Apply CSS rules to all elements on the page",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/star_orange_32.png",
    "default_title": "Toggle CSS transition on '*' selector"
  },
  "icons": {
    "16": "images/star_orange_16.png",
    "32": "images/star_orange_32.png",
    "48": "images/star_orange_48.png",
    "64": "images/star_orange_64.png",
    "128": "images/star_orange_128.png",
    "256": "images/star_orange_256.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "contextMenus"
  ]
}