오락기/Chrome
manifest
문방구앞오락기
2018. 10. 12. 17:16
"permissions": [
"activeTab" ,
"storage",
"background",
"tabs",
"alarms",
"notifications"
], -> 권한기능얻을것들
"icons": { "16": "doge16.png",
"32": "doge32.png",
"48": "doge48.png",
"128": "doge128.png" },->아이콘
"content_scripts": [
{
"matches": ["*://*.dogdrip.net/*"],
"js": ["dogdrip.js"]
}
], ->동작 사이트 결정
"background": {
"scripts": ["background.js"],
"persistent": false-> 백드라운드 유지 옵션
}, ->백그라운드 돌것들
"content_security_policy": "script-src 'self' https://code.jquery.com https://cdnjs.cloudflare.com/ https://stackpath.bootstrapcdn.com; object- src 'self'", ->CDN 크로스도메인 허용목록