Gymaholic: Fitness Workout Motivation Quotes

Gymaholic: Fitness Workout Motivation Quotes

Gymaholic fitness workout motivation quotes that will inspire you to become the best version of yourself, physically and mentally.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Gymaholic: Fitness Workout Motivation Quotes",
  "author": "Gymaholic",
  "description": "Gymaholic fitness workout motivation quotes that will inspire you to become the best version of yourself, physically and mentally.",
  "action": {
    "default_title": "Gymaholic fitness motivation quotes that will inspire you to become the best version of yourself, physically and mentally.",
    "default_popup": "index.html",
    "default_icon": "icon-48.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://api.localhost.co:3000/*",
    "https://api.gymaholic.co/*"
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "version": "1.0.5"
}