ArtSocket ♥ Fine Art Photography

ArtSocket ♥ Fine Art Photography

Discover beautiful, stylish photography & art.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ArtSocket ♥ Fine Art Photography",
  "short_name": "ArtSocket",
  "minimum_chrome_version": "44",
  "description": "Discover beautiful, stylish photography & art.",
  "version": "2.0.79",
  "manifest_version": 2,
  "offline_enabled": true,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "storage",
    "background",
    "webview",
    "notifications"
  ],
  "webview": {
    "partitions": [
      {
        "name": "locals",
        "accessible_resources": [
          "blank.html",
          "remote_loader.html"
        ]
      }
    ]
  }
}