CSS Viewer for Microsoft Edge

CSS Viewer for Microsoft Edge

FREE! Quick and simple CSS property viewer.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_AppName__",
  "manifest_version": 2,
  "version": "1.0.0",
  "description": "__MSG_AppDesc__",
  "default_locale": "en",
  "container": [
    "GOOGLE_DRIVE"
  ],
  "offline_enabled": true,
  "icons": {
    "16": "img/16.png",
    "24": "img/24.png",
    "32": "img/32.png",
    "48": "img/48.png"
  },
  "background": {
    "scripts": [
      "js/install.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/16.png",
    "default_title": "CSSViewer",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "img/header.png",
    "img/body.png",
    "img/list.png",
    "img/footer.png",
    "img/bullet.png"
  ],
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}