{
"update_url": "https://clients2.google.com/service/update2/crx",

 "manifest_version": 3,
 "name":  "Boss Baby Matching Pairs",
 "description":  "Boss Baby Matching Pairs deneme",
 "version":  "1.2",
 "homepage_url": "https://www.google.com.tr",

 "offline_enabled": true,  

 "icons": {
 "16":  "icons/icon-16.png",
 "32":  "icons/icon-32.png",
 "128":  "icons/icon-128.png"
},

     "action" : {
         "default_icon" :  "icons/icon-128.png",
         "default_title" : "Boss Baby Matching Pairs",
         "default_popup":  "popup.html"
    },

     "background": {
         "service_worker": "javas/anainout.js"
    }
}
