Fiskl

Fiskl

Create free invoices, add expenses, get your live business overview and status notifications

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fiskl",
  "version": "0.0.0.6",
  "description": "Create free invoices, add expenses, get your live business overview and status notifications",
  "manifest_version": 2,
  "permissions": [
    "alarms",
    "storage",
    "identity",
    "https://my.fiskl.com/"
  ],
  "oauth2": {
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ],
    "client_id": "986324221771-h3phqkk4v1uingunor7nd4ddtset8d9p.apps.googleusercontent.com"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "runtime.js"
    ]
  },
  "browser_action": {
    "default_title": "Fiskl",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "assets/icon/favicon-16x16.png",
    "32": "assets/icon/favicon-32x32.png",
    "48": "assets/icon/logo-48x48.png",
    "128": "assets/icon/logo-128x128.png"
  }
}