Unstack Style Guide

Unstack Style Guide

Generate a brand style guide for any website instantly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Unstack Style Guide",
  "description": "Generate a brand style guide for any website instantly",
  "version": "3.2.0",
  "browser_action": {
    "default_icon": "logo-favicon.png",
    "default_popup": "index.html",
    "default_title": "Unstack Style Guide"
  },
  "sandbox": {
    "pages": [
      "template.html"
    ]
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ],
  "web_accessible_resources": [
    "main.js",
    "views/content.ejs"
  ]
}