Healing Slideshow -Motorcycle-

Healing Slideshow -Motorcycle-

バイクのスライドショーで疲れたココロを癒しましょう! Please heal mind by the slide show of the beautiful and fun picture!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Healing Slideshow -Motorcycle-",
  "description": "バイクのスライドショーで疲れたココロを癒しましょう!  Please heal mind by the slide show of the beautiful and fun picture!",
  "version": "1.1",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon.png"
  },
  "content_security_policy": "script-src 'self' https://api.instagram.com; object-src 'self'",
  "permissions": [
    "tabs",
    "https://api.instagram.com/"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "img/icon.png"
  }
}