Can I Use

Can I Use

A quick way to see caniuse.com data

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Can I Use",
  "version": "0.1.1",
  "manifest_version": 2,
  "description": "A quick way to see caniuse.com data",
  "short_name": "caniuse",
  "author": "Anson Airoldi <[email protected]>",
  "permissions": [
    "storage"
  ],
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "images/popup.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/popup-16.png",
    "48": "images/popup-48.png",
    "128": "images/popup.png"
  }
}