Percent Change Calculator

Percent Change Calculator

Quick and simple way to calculate percent changes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Percent Change Calculator",
  "version": "0.0.3",
  "description": "Quick and simple way to calculate percent changes.",
  "browser_action": {
    "default_title": "Calculate Some Percentages!",
    "default_icon": "img/percent-change-icon19.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "img/percent-change-icon48.png",
    "128": "img/percent-change-icon128.png"
  },
  "author": "@NicoMiceli",
  "permissions": [
    "storage"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}