Polish - UX writing made easy

Polish - UX writing made easy

Edit text and share UX changes instantly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "styles.css"
  ],
  "browser_action": {
    "default_icon": "toggle off state.png",
    "default_title": "Polish"
  },
  "name": "Polish - UX writing made easy",
  "description": "Edit text and share UX changes instantly",
  "homepage_url": "https://polish.launchaco.com/",
  "icons": {
    "16": "toggle off state.png",
    "32": "toggle on state.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "pageCapture",
    "downloads"
  ],
  "version": "0.3.10",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}