File this for me

File this for me

File this content for me, so save it, mail it or dig it in my own way.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "0.38",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "128": "icon.svg"
  },
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "optional_permissions": [
    "downloads",
    "nativeMessaging"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "1282": "icon.svg"
    },
    "default_title": "__MSG_extensionName__",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}