!   "permissions" : [
!   ! "https://www.google.com/"
!   ],
!   "optional_permissions" : [],
!   "content_security_policy" : "script-src 'self' 'unsafe-eval'
       クロスドメイン制約の回避方法に
                   https://www.google.com/; object-src 'self'",
!   "icons": {
!   ! "16"!“permissions”の指定が必要
               : "./icon_16.png",
!   ! "48"! : "./icon_48.png",
!   ! "128"! : "./icon_128.png"
!   },
!   "background" : {
!   ! "page" : "./background.html"
!   },

すだちハッカソン発表資料

  • 8.
    ! "permissions" : [ ! ! "https://www.google.com/" ! ], ! "optional_permissions" : [], ! "content_security_policy" : "script-src 'self' 'unsafe-eval' クロスドメイン制約の回避方法に https://www.google.com/; object-src 'self'", ! "icons": { ! ! "16"!“permissions”の指定が必要 : "./icon_16.png", ! ! "48"! : "./icon_48.png", ! ! "128"! : "./icon_128.png" ! }, ! "background" : { ! ! "page" : "./background.html" ! },