Instrumente

Instrumente

Collection of tools that you might need once in awhile

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Instrumente",
  "version": "1.7.1",
  "manifest_version": 2,
  "description": "Collection of tools that you might need once in awhile",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Instrumente",
    "default_popup": "app.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "icon_128.png"
  },
  "options_page": "options.html"
}